Set Search Time
Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.
什麼是Set Search Time?
Set Search Time是由codedotreload開發的Chrome擴展程式,該擴展的主要功能是“Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year.”。
擴展截圖
下載Set Search Time擴展crx文件
下載Set Search Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ehinebikndjplmoodmblgnnchhcfcijc |
官方網址 | https://chrome.google.com/webstore/detail/set-search-time/ehinebikndjplmoodmblgnnchhcfcijc |
簡介 | Always Google search using time filtering to produce recent results. Options: past hour, 24 hours, week, month, and year. |
檔案大小 | 19.93 KB |
安裝次數 | 121 |
目前版本 | 1.0.0 |
更新時間 | 2015-08-02 |
上架時間 | 2015-08-02 |
評分 | 2.11/5 共 9 次評分 |
開發者 | codedotreload |
付費類型 | free |
擴展官網 | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
說明頁面URL | http://codereload.atwebpages.com/chrome-extensions/set-search-time/ |
支援的語言 | 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" } } |