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 |
官方網址 | 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" } |