Отзывы на Google Search date range shortcut
Google Search date range shortcut от sweet_extension
22 отзыва
- Оценено на 5 из 5от HellPhantom, 17 дней назад
- Оценено на 5 из 5от Пользователь Firefox 18085313, год назадIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- Оценено на 5 из 5от Пользователь Firefox 18143891, 2 года назад
- Оценено на 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!
- Оценено на 1 из 5от Jksh4, 2 года назад
- Оценено на 5 из 5от felistime, 3 года назад
- Оценено на 2 из 5от 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://cup.aihedy.com/ko/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://cup.aihedy.com/en-GB/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://cup.aihedy.com/en-US/firefox/addon/googlesearchdaterangeshortcut/versions/0.2.4/updateinfo/
https://pastebin.com/Gicg1JrT - Оценено на 5 из 5от circcc, 3 года назад
- Оценено на 5 из 5от Milor123, 4 года назад
- Оценено на 5 из 5от aelcros, 4 года назадAlways 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.
- Оценено на 5 из 5от Виктор Минин, 4 года назадСпасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- Оценено на 3 из 5от Bluezo, 4 года назадGood 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 ! - Оценено на 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 лет назад