Vocab Swap
Learn a language while browsing the internet
Qu'est-ce que Vocab Swap ?
Vocab Swap est une extension Chrome développée par http://vocabswap.com, et sa fonction principale est "Learn a language while browsing the internet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vocab Swap
Téléchargez les fichiers d'extension Vocab Swap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aohlhfpmngfjpjfficefmhcpabejdkio |
URL Officiel | https://chrome.google.com/webstore/detail/vocab-swap/aohlhfpmngfjpjfficefmhcpabejdkio |
Description | Learn a language while browsing the internet |
Taille du Fichier | 480 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | http://vocabswap.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vocabswap.com |
URL de la Page d'Aide | https://vocabswap.com |
URL de la Page de Politique de Confidentialité | https://vocabswap.com |
Langues Prises en Charge | 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" } } |