Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
Was ist Word of the Tab?
Word of the Tab ist eine Chrome-Erweiterung, die von Mikey Inc entwickelt wurde, und ihr Hauptmerkmal ist "A chrome new tab extension that displays a random Spanish word and its translation".
Erweiterungsscreenshots
Word of the Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word of the Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dfpekalnblaejelchmifjcphhlgpgmmo |
| Offizielle URL | https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo |
| Beschreibung | A chrome new tab extension that displays a random Spanish word and its translation |
| Dateigröße | 2.8 MB |
| Installationsanzahl | 76 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2017-06-17 |
| Veröffentlichungsdatum | 2017-06-17 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Mikey Inc |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |