MultiSearch
Lets you search from a customizable list of search engines
MultiSearchとは何ですか?
MultiSearchはDaleによって開発されたChromeの拡張機能で、その主な機能は「Lets you search from a customizable list of search engines」です。
MultiSearch拡張機能のCRXファイルをダウンロード
MultiSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to search from a customizable list of search engines.
拡張機能の基本情報
名前 | |
ID | jfncaojfpjofgakebghgcmgjignddjgd |
公式URL | https://chrome.google.com/webstore/detail/multisearch/jfncaojfpjofgakebghgcmgjignddjgd |
説明 | Lets you search from a customizable list of search engines |
ファイルサイズ | 432 KB |
インストール数 | 14 |
現在のバージョン | 1.1 |
最終更新日 | 2015-01-02 |
公開日 | 2015-01-02 |
開発者 | Dale |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiSearch", "options_page": "options.html", "version": "1.1", "description": "Lets you search from a customizable list of search engines", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "popup.html" } } |