Super Search
Type 'ss' plus a search term into the Omnibox to open multi-search.
Super Searchとは何ですか?
Super Searchはuniverserocによって開発されたChromeの拡張機能で、その主な機能は「Type 'ss' plus a search term into the Omnibox to open multi-search.」です。
拡張機能のスクリーンショット
Super Search拡張機能のCRXファイルをダウンロード
Super Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search keyword with multi-search-engine from Omnibox typing ss(Super Search) then backspace or tab and keyword!
拡張機能の基本情報
名前 | Super Search |
ID | mepciadmhppaochjhmccjicgkopccnpa |
公式URL | https://chromewebstore.google.com/detail/super-search/mepciadmhppaochjhmccjicgkopccnpa |
説明 | Type 'ss' plus a search term into the Omnibox to open multi-search. |
ファイルサイズ | 50.33 KB |
インストール数 | 43 |
現在のバージョン | 0.1.1 |
最終更新日 | 2023-07-31 |
公開日 | 2023-01-30 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | universeroc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Super Search", "version": "0.1.1", "description": "Type 'ss' plus a search term into the Omnibox to open multi-search.", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Super Search", "default_popup": "popup.html" }, "permissions": [ "storage" ], "omnibox": { "keyword": "ss" } } |