Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
Qu'est-ce que Word of the Tab ?
Word of the Tab est une extension Chrome développée par Mikey Inc, et sa fonction principale est "A chrome new tab extension that displays a random Spanish word and its translation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Word of the Tab
Téléchargez les fichiers d'extension Word of the Tab 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
This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish! More languages are in development as well, if you'd like to suggest a language to be added, send me an email.
Informations de Base sur l'Extension
Nom | Word of the Tab |
ID | dfpekalnblaejelchmifjcphhlgpgmmo |
URL Officiel | https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo |
Description | A chrome new tab extension that displays a random Spanish word and its translation |
Taille du Fichier | 2.8 MB |
Nombre d'Installations | 76 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2017-06-17 |
Date de Publication | 2017-06-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mikey Inc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word of the Tab", "description": "A chrome new tab extension that displays a random Spanish word and its translation", "version": "1.0.0", "chrome_url_overrides": { "newtab": "spanTab.html" }, "options_ui": { "page": "optionsPage.html", "chrome_style": true }, "icons": { "128": "images\/ext-icon.png" }, "permissions": [ "storage" ], "manifest_version": 2 } |