Search Button for thefreedictionary.com
thefreedictionary.com
Cos'è Search Button for thefreedictionary.com?
Search Button for thefreedictionary.com è un'estensione di Chrome sviluppata da zardosht, e la sua funzione principale è "thefreedictionary.com".
Scarica il file CRX dell'estensione Search Button for thefreedictionary.com
Scarica i file di estensione Search Button for thefreedictionary.com 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
Search thefreedictionary.com in a new tab for the text selected in current tab.
Informazioni di Base sull'Estensione
Nome | |
ID | lobdnldkapamadicogghpemeeacihpha |
URL Ufficiale | https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha |
Descrizione | thefreedictionary.com |
Dimensione del File | 12.86 KB |
Conteggio Installazioni | 146 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-01-11 |
Data di Pubblicazione | 2014-01-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | zardosht |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Button for thefreedictionary.com", "version": "1.0", "background": { "scripts": [ "content\/background.js" ], "persistent": false }, "description": "thefreedictionary.com", "browser_action": { "default_icon": "icons\/fd.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/selection_service.js" ] } ], "permissions": [ "http:\/\/www.thefreedictionary.com\/", "tabs", "activeTab" ] } |