Select n Search
Right click and search for selected text
Cos'è Select n Search?
Select n Search è un'estensione di Chrome sviluppata da balamanoharb, e la sua funzione principale è "Right click and search for selected text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Select n Search
Scarica i file di estensione Select n 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
Use the right-click menu to search for selected text in different search engines and reduce time. Based on most used websites currently this extension includes -Youtube -Facebook -Goolge Images -Wikipedia -StackOverflow. By default the search shows results for Youtube. User can easily enable/disable or re-order the listed search engines through simple click and drag via the extension shortcut at the top near address bar.
Informazioni di Base sull'Estensione
Nome | |
ID | bkahghbdcenghglbhlflnfkeabfjkdmh |
URL Ufficiale | https://chrome.google.com/webstore/detail/select-n-search/bkahghbdcenghglbhlflnfkeabfjkdmh |
Descrizione | Right click and search for selected text |
Dimensione del File | 245 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-08-17 |
Data di Pubblicazione | 2014-08-17 |
Valutazione | 4.78/5 Totale 9 Valutazioni |
Sviluppatore | balamanoharb |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Select n Search", "description": "Right click and search for selected text", "version": "0.1", "permissions": [ "contextMenus", "tabs", "storage" ], "browser_action": { "default_icon": "search.png", "default_popup": "popup.html", "default_title": "Change right click order preference" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "search.png", "48": "search.png", "128": "search.png" }, "manifest_version": 2 } |