Google Search date range shortcut のレビュー
Google Search date range shortcut 作成者: sweet_extension
合計レビュー数: 21
- 5 段階中 5 の評価Firefox ユーザー 18085313 によるレビュー (1年前)Indispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- 5 段階中 5 の評価Firefox ユーザー 18143891 によるレビュー (1年前)
- 5 段階中 5 の評価Mr. Snuggles によるレビュー (2年前)Perfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- 5 段階中 2 の評価grahamperrin によるレビュー (3年前)Please make it habit to provide release notes (I never allow an update without notes).
Condensed, for 0.2.2:
https://pastebin.com/qJHbXfJi
– and for 0.2.3:
https://pastebin.com/tveYgV7n
– what changes are in 0.2.4? Notes are empty:
https://addons.mozilla.org/ko/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://addons.mozilla.org/en-GB/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://addons.mozilla.org/en-US/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://pastebin.com/Gicg1JrT - 5 段階中 5 の評価Виктор Минин によるレビュー (4年前)Спасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- 5 段階中 5 の評価Fredisland によるレビュー (5年前)
- 5 段階中 5 の評価Mathieu CAROFF によるレビュー (6年前)Thank you!! I was just writing a script to do that job when I though of searching for an extension to do it and found yours! ^^
-- Code below
I'd like to contribute some features to your extension, like:
(1) Checkbox to add times above Google defaults rather than below.
(2) Re-order declared times by drag and drop.
(3) Checkbox to auto-order the declared times.
(4) Checkbox to add a [Time] button (or some other name), which adds a button to the "Custom Range" modal~.
Is the code open source?
Would you want to open-source it?
Have a good day!
```js
$ = document.querySelector.bind(document)
x = toolsButton = $("#hdtb-tls")
y = timeButton = x.cloneNode(true)
y.textContent = "Time"
x.parentElement.appendChild(y)
y.addEventListener('click', () => {
let z = customTimeRangeButton = $("#cdrlnk")
z.click()
}, true)
```
+ my github is https://github.com/mathieucaroff - 5 段階中 5 の評価Firefox ユーザー 12597924 によるレビュー (6年前)Excellent - and a great companion to Google Search Geolocation & Language Change
- 5 段階中 5 の評価Firefox ユーザー 14548294 によるレビュー (6年前)
- 5 段階中 5 の評価Firefox ユーザー 14548255 によるレビュー (6年前)