Search
Add additional search engines to the selection context menu
Searchとは何ですか?
Searchはtowisoftによって開発されたChromeの拡張機能で、その主な機能は「Add additional search engines to the selection context menu」です。
拡張機能のスクリーンショット
Search拡張機能のCRXファイルをダウンロード
Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. Really simple thing with no permissions needed at all. Usage: 1) select text you want to search for 2) right-click the text 3) pick search engine to be used for search Any help with localisations is welcome!
拡張機能の基本情報
名前 | Search |
ID | lfbphpgahhidjjdgalaacklhfepilmhf |
公式URL | https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf |
説明 | Add additional search engines to the selection context menu |
ファイルサイズ | 81.74 KB |
インストール数 | 423 |
現在のバージョン | 1.3 |
最終更新日 | 2013-07-14 |
公開日 | 2013-07-14 |
評価 | 4.43/5 合計 7 レビュー |
開発者 | towisoft |
支払い方法 | free |
対応言語 | de,en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.3", "permissions": [ "contextMenus" ], "background": { "scripts": [ "multisearch.js" ] }, "icons": { "16": "img\/search-16.png", "48": "img\/search-48.png", "128": "img\/search-128.png" }, "options_page": "options.html", "default_locale": "en" } |