Search by Date
Search by Date
Search by Dateとは何ですか?
Search by Dateはstuymedovaによって開発されたChromeの拡張機能で、その主な機能は「Search by Date」です。
拡張機能のスクリーンショット
Search by Date拡張機能のCRXファイルをダウンロード
Search by Date拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A tool which allows to customize search results by date. An efficient alternative to Chrome's "Tools ⟶ Any time ⟶ Custom range ⟶ From ⟶ To ⟶ Go" sequence. There are 4 ways to specify a date: 1. Date range – date:mm/dd/yyyy-mm/dd/yyyy 2. One day – date:mm/dd/yyyy 3. From (date) – date:mm/dd/yyyy- 4. Up to (date) – date:-mm/dd/yyyy Don't add spaces. Hereafter this information can be referenced through a popup (open it by clicking an extension icon displayed in the top right corner of the browser). Only United States date format (mm/dd/yyyy) is currently supported.
拡張機能の基本情報
名前 | Search by Date |
ID | cdhckogdanaloniccgjgfjgngmgkelee |
公式URL | https://chromewebstore.google.com/detail/search-by-date/cdhckogdanaloniccgjgfjgngmgkelee |
説明 | Search by Date |
ファイルサイズ | 449 KB |
インストール数 | 340 |
現在のバージョン | 2.2 |
最終更新日 | 2022-10-05 |
公開日 | 2020-06-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | stuymedova |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/stuymedova/search-by-date |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search by Date", "description": "Search by Date", "version": "2.2", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.google.com\/search?*" ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "manifest_version": 2 } |