Análises para Google Search date range shortcut
Google Search date range shortcut por sweet_extension
Análise por Utilizador do Firefox 18637010
22 análises
- Avaliado em 5 de 5por HellPhantom , há um dia
- Avaliado em 5 de 5por Utilizador do Firefox 18085313 , há um anoIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Avaliado em 5 de 5por Utilizador do Firefox 18143891 , há um ano
- Avaliado em 5 de 5por Mr. Snuggles , há 2 anosPerfect, I had a similar add-on in Chrome and thank god someone did it for Firefox. You are a lifesaver!
- Avaliado em 2 de 5por grahamperrin , há 3 anosPlease 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 - Avaliado em 5 de 5por Виктор Минин , há 4 anosСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Avaliado em 5 de 5por Fredisland , há 5 anos
- Avaliado em 5 de 5por Mathieu CAROFF , há 6 anosThank 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 - Avaliado em 5 de 5por Utilizador do Firefox 12597924 , há 6 anosExcellent - and a great companion to Google Search Geolocation & Language Change
- Avaliado em 5 de 5por Utilizador do Firefox 14548294 , há 6 anos
- Avaliado em 5 de 5por Utilizador do Firefox 14548255 , há 6 anos