Google Search Quick Custom Ranges
Grants ability to add additional quick date range searches with google search.
Google Search Quick Custom Rangesとは何ですか?
Google Search Quick Custom Rangesはgitnixによって開発されたChromeの拡張機能で、その主な機能は「Grants ability to add additional quick date range searches with google search.」です。
拡張機能のスクリーンショット
Google Search Quick Custom Ranges拡張機能のCRXファイルをダウンロード
Google Search Quick Custom Ranges拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows additional quick date range searches to be added to google search. Can be a handy if you need recent results but find the gap between a month and a year to be too jarring!
拡張機能の基本情報
名前 | |
ID | lambhmlkjmfghnccdpfnnlonmdghfipl |
公式URL | https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl |
説明 | Grants ability to add additional quick date range searches with google search. |
ファイルサイズ | 11.68 KB |
インストール数 | 17 |
現在のバージョン | 1.0.3 |
最終更新日 | 2017-09-14 |
公開日 | 2017-09-14 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | gitnix |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gitnix/chrome-extension-google-search-custom-ranges |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Quick Custom Ranges", "version": "1.0.3", "description": "Grants ability to add additional quick date range searches with google search.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "searchRanges.js" ] } ] } |