Synonyms
This extension searches dictionary.com to get the meaning of the selected word.
Cos'è Synonyms?
Synonyms è un'estensione di Chrome sviluppata da sandeepkkothari, e la sua funzione principale è "This extension searches dictionary.com to get the meaning of the selected word.".
Scarica il file CRX dell'estensione Synonyms
Scarica i file di estensione Synonyms 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 searches the meaning of the selected word. This helps the user to look up for the meaning without changing tab. Please provide review if you like it...
Informazioni di Base sull'Estensione
Nome | |
ID | mhkkedebchmmoppeaphchfnddbjoddif |
URL Ufficiale | https://chrome.google.com/webstore/detail/synonyms/mhkkedebchmmoppeaphchfnddbjoddif |
Descrizione | This extension searches dictionary.com to get the meaning of the selected word. |
Dimensione del File | 157 KB |
Conteggio Installazioni | 360 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-03 |
Data di Pubblicazione | 2015-11-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | sandeepkkothari |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Synonyms", "description": "This extension searches dictionary.com to get the meaning of the selected word.", "version": "1.0", "browser_action": { "default_icon": "dic.png", "default_popup": "syn.html" }, "permissions": [ "activeTab", "contextMenus" ] } |