Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
¿Qué es Set Search Time?
Set Search Time es una extensión de Chrome desarrollada por codedotreload, y su función principal es "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Set Search Time
Descarga archivos de extensión Set Search Time en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
URL Oficial | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
Descripción | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
Tamaño del Archivo | 19.93 KB |
Cantidad de Instalaciones | 121 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-08-02 |
Fecha de Publicación | 2015-08-02 |
Calificación | 2.11/5 Total de 9 Calificaciones |
Desarrollador | codedotreload |
Tipo de Pago | free |
Sitio Web de la Extensión | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
URL de la Página de Ayuda | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Idiomas Soportados | 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" } } |