Definition finder
Find Definition FAST
Cos'è Definition finder?
Definition finder è un'estensione di Chrome sviluppata da https://eden-mann.blogspot.com, e la sua funzione principale è "Find Definition FAST".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Definition finder
Scarica i file di estensione Definition finder 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 is created for searching for definitions fast. All you have to do is open the extension up in the top right hand corner and then click on the magnifying glass icon to launch the extension.Then you just have to type in the word you want to find out the definition for and press enter or click the search logo.Then a new tab will launch on "dictionary.reference.com" with your result on the page... (I do no own http://dictionary.reference.com i am using there site just like a user would be making it automatic and faster)
Informazioni di Base sull'Estensione
Nome | Definition finder |
ID | gfolphmpnkkhkmcfofbjkkbidocjkmgo |
URL Ufficiale | https://chromewebstore.google.com/detail/definition-finder/gfolphmpnkkhkmcfofbjkkbidocjkmgo |
Descrizione | Find Definition FAST |
Dimensione del File | 124 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-07 |
Sviluppatore | https://eden-mann.blogspot.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Definition finder", "version": "1.0", "description": "Find Definition FAST", "icons": { "48": "img\/ICON-Padding.png", "128": "img\/ICON-Padding.png", "16": "img\/ICON-Padding.png" }, "browser_action": { "default_icon": "img\/480px-Magnifying_glass.png", "default_title": "Press the button to see more actions", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |