Google Search date range shortcut 的评价
Google Search date range shortcut 作者: sweet_extension
Firefox 用户 18143891 的评价
评分 5 / 5
来自 Firefox 用户 18143891, 2 年前21 条评价
- As a long-time user I love this add-on! However, Google's recent page changes are causing a date range item the add-on inserts in the drop-down list to show twice when it's selected under v1.3.10. Everything still works so it's just a visual issue of repeated entries.
 With Google continuing to randomly change their HTML, it would be good if you'd open source the add-on code on Github so users can help maintain it.
- 评分 5 / 5来自 HellPhantom, 6 个月前I love this feature, please do this for DuckDuckGo. I love that I can add additional time periods. There is one but it does not have these features, the source code is also available but I cant change it. It is called "DuckDuckGo Date Range"
- 评分 5 / 5来自 Firefox 用户 18085313, 2 年前Indispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- 评分 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!
- 评分 2 / 5来自 grahamperrin, 4 年前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来自 Виктор Минин, 5 年前Спасибо разработчику за это нужное расширение - это аналог расширения для Хром "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, 7 年前Excellent - and a great companion to Google Search Geolocation & Language Change
- 评分 5 / 5来自 Firefox 用户 14548294, 7 年前
- 评分 5 / 5来自 Firefox 用户 14548255, 7 年前
