Google Search date range shortcut (구글 검색 날짜 범위 추가)에 대한 리뷰
Google Search date range shortcut (구글 검색 날짜 범위 추가) 제작자: sweet_extension
Fredisland 님의 리뷰
5점 만점에 5점
Fredisland 님, 5년 전리뷰 21개
- 5점 만점에 5점Firefox 사용자 18085313 님, 일 년 전Indispensable add-on. Unfortunately, it is not compatible with firefox for Android.
- 5점 만점에 5점Firefox 사용자 18143891 님, 일 년 전
- 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점 만점에 2점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://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점Виктор Минин 님, 4년 전Спасибо разработчику за это нужное расширение - это аналог расширения для Хром "WhenX" Маст Хэв!!!
- 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년 전