Search
Add additional search engines to the selection context menu
Cos'è Search?
Search è un'estensione di Chrome sviluppata da towisoft, e la sua funzione principale è "Add additional search engines to the selection context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search
Scarica i file di estensione Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Search |
ID | lfbphpgahhidjjdgalaacklhfepilmhf |
URL Ufficiale | https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf |
Descrizione | Add additional search engines to the selection context menu |
Dimensione del File | 81.74 KB |
Conteggio Installazioni | 423 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2013-07-14 |
Data di Pubblicazione | 2013-07-14 |
Valutazione | 4.43/5 Totale 7 Valutazioni |
Sviluppatore | towisoft |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |