Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Vad är Set Search Time?
Set Search Time är en Chrome-tillägg utvecklad av codedotreload, och dess huvudfunktion är "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Tilläggsskärmbilder
Ladda ner Set Search Time-förlängningens CRX-fil
Ladda ner Set Search Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
Officiell webbadress | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Beskrivning | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Filstorlek | 19.93 KB |
Antal Installationer | 121 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2015-08-02 |
Publiceringsdatum | 2015-08-02 |
Betyg | 2.11/5 Totalt 9 Betyg |
Utvecklare | codedotreload |
Betalningssätt | free |
Tilläggswebbplats | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Hjälpsida URL | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Stödda Språk | 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" } } |