Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
Qu'est-ce que Set Search Time ?
Set Search Time est une extension Chrome développée par codedotreload, et sa fonction principale est "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Set Search Time
Téléchargez les fichiers d'extension Set Search Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
URL Officiel | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Description | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Taille du Fichier | 19.93 KB |
Nombre d'Installations | 121 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2015-08-02 |
Date de Publication | 2015-08-02 |
Évaluation | 2.11/5 Total 9 Évaluations |
Développeur | codedotreload |
Type de Paiement | free |
Site Web de l'Extension | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
URL de la Page d'Aide | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Langues Prises en Charge | 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" } } |