Vocab Swap
Learn a language while browsing the internet
Cos'è Vocab Swap?
Vocab Swap è un'estensione di Chrome sviluppata da http://vocabswap.com, e la sua funzione principale è "Learn a language while browsing the internet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vocab Swap
Scarica i file di estensione Vocab Swap 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
Vocab Swap helps you effortlessly learn a new language while you surf the web. Add words that you're learning, and Vocab Swap will automatically replace those words on web pages that you visit.
Informazioni di Base sull'Estensione
Nome | |
ID | aohlhfpmngfjpjfficefmhcpabejdkio |
URL Ufficiale | https://chrome.google.com/webstore/detail/vocab-swap/aohlhfpmngfjpjfficefmhcpabejdkio |
Descrizione | Learn a language while browsing the internet |
Dimensione del File | 480 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | http://vocabswap.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vocabswap.com |
URL della Pagina di Aiuto | https://vocabswap.com |
URL della Pagina della Politica sulla Privacy | https://vocabswap.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vocab Swap", "version": "1.1", "description": "Learn a language while browsing the internet", "manifest_version": 2, "permissions": [ "declarativeContent", "*:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle", "js": [ "content-scripts\/libs\/findAndReplaceDOMText.js", "content-scripts\/content.js" ] } ], "background": { "scripts": [ "dist\/background.bundle.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html" } } |