Search
Add additional search engines to the selection context menu
Vad är Search?
Search är en Chrome-tillägg utvecklad av towisoft, och dess huvudfunktion är "Add additional search engines to the selection context menu".
Tilläggsskärmbilder
Ladda ner Search-förlängningens CRX-fil
Ladda ner Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Search |
ID | lfbphpgahhidjjdgalaacklhfepilmhf |
Officiell webbadress | https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf |
Beskrivning | Add additional search engines to the selection context menu |
Filstorlek | 81.74 KB |
Antal Installationer | 423 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2013-07-14 |
Publiceringsdatum | 2013-07-14 |
Betyg | 4.43/5 Totalt 7 Betyg |
Utvecklare | towisoft |
Betalningssätt | free |
Stödda Språk | 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" } |