Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Co to jest Set Search Time?
Set Search Time to rozszerzenie Chrome opracowane przez codedotreload, a jego główną funkcją jest „Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Set Search Time
Pobierz pliki rozszerzeń Set Search Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use this extension to google search from your address bar or google website and limit results to the specified time period (defaults to the past year). This avoids outdated results and prevents you from having to click "search tools" and then choosing the time period you want.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
Oficjalny URL | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Opis | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Rozmiar pliku | 19.93 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2015-08-02 |
Data Publikacji | 2015-08-02 |
Ocena | 2.11/5 Łącznie 9 Oceny |
Deweloper | codedotreload |
Typ Płatności | free |
Strona Rozszerzenia | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Adres URL Strony Pomocy | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Set Search Time", "short_name": "Search Time", "version": "1.0.0", "description": "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.", "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_title": "Set Search Time Options", "default_popup": "options.html" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "setsearchtime.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |