Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
What is Set Search Time?
Set Search Time is a Chrome extension developed by codedotreload, and its main feature is "Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.".
Extension Screenshots
Download Set Search Time Extension CRX File
Download Set Search Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
Official URL | 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. |
File Size | 19.93 KB |
Installation Count | 121 |
Current Version | 1.0.0 |
Last Updated | 2015-08-02 |
Publish Date | 2015-08-02 |
Rating | 2.11/5 Total 9 Ratings |
Developer | codedotreload |
Payment Type | free |
Extension Website | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Help Page URL | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
Supported Languages | 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" } } |