Recensioni per Google Search date range shortcut
Google Search date range shortcut di sweet_extension
21 recensioni
- Valutata 5 su 5di Utente Firefox 18085313, un anno faIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Valutata 5 su 5di Mark, un anno faExcellent and essential add-on!
Request: Please add a way to pre-select one range as default. Then it would be perfect! - Valutata 5 su 5di DenisVS, un anno faVery useful extension. Would you like to add a default range? It will be very helpful for me, because usually I need information not older than 5 years for my job.
- Valutata 5 su 5di Utente Firefox 18143891, un anno fa
- Valutata 5 su 5di Mr. Snuggles, un anno faPerfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- Valutata 1 su 5di Jksh4, 2 anni fa
- Valutata 5 su 5di felistime, 2 anni fa
- Valutata 2 su 5di grahamperrin, 3 anni faPlease 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 - Valutata 5 su 5di circcc, 3 anni fa
- Valutata 5 su 5di Milor123, 3 anni fa
- Valutata 5 su 5di aelcros, 4 anni faAlways annoyed me I had to click tools to get to the time range. Now it's available right as the search results show up. Adding more time ranges is a great bonus plus. A simple but very useful addon, and exactly what I was looking for.
- Valutata 5 su 5di Виктор Минин, 4 anni faСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Valutata 3 su 5di Bluezo, 4 anni faGood but ... What is really missing is a date of update for G links (above or under).
This is what really pisses me off and what I hate about google ! - Valutata 5 su 5di Fredisland, 4 anni fa
- Valutata 5 su 5di Mathieu CAROFF, 5 anni faThank 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 - Valutata 5 su 5di Utente Firefox 12597924, 6 anni faExcellent - and a great companion to Google Search Geolocation & Language Change
- Valutata 5 su 5di Utente Firefox 14548294, 6 anni fa
- Valutata 5 su 5di Utente Firefox 14548255, 6 anni fa