Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Wat is Set Search Time?
Set Search Time is een Chrome-extensie ontwikkeld door codedotreload, en de belangrijkste functie is "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Extensie Screenshots
Download het CRX-bestand van de extensie Set Search Time
Download Set Search Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
Officiële URL | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Beschrijving | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Bestandsgrootte | 19.93 KB |
Aantal Installaties | 121 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-08-02 |
Publicatiedatum | 2015-08-02 |
Beoordeling | 2.11/5 Totaal 9 Beoordelingen |
Ontwikkelaar | codedotreload |
Betalingswijze | free |
Extensiewebsite | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Help Pagina-URL | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Ondersteunde Talen | 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" } } |