บทวิจารณ์สำหรับ Google Search date range shortcut
Google Search date range shortcut โดย sweet_extension
19 บทวิจารณ์
- ได้รับการจัดอันดับ 5 จาก 5โดย HellPhantom, 4 วันที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 18085313, 1 ปีที่แล้วIndispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- ได้รับการจัดอันดับ 5 จาก 5โดย Mark, 1 ปีที่แล้วExcellent and essential add-on!
Request: Please add a way to pre-select one range as default. Then it would be perfect! - ได้รับการจัดอันดับ 5 จาก 5โดย DenisVS, 1 ปีที่แล้วVery 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.
- ได้รับการจัดอันดับ 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 จาก 5โดย felistime, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย circcc, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Milor123, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 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" Маст Хэв!!!
- ได้รับการจัดอันดับ 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 ปีที่แล้ว