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 |
公式URL | 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" } } |