Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
Vad är Word of the Tab?
Word of the Tab är en Chrome-tillägg utvecklad av Mikey Inc, och dess huvudfunktion är "A chrome new tab extension that displays a random Spanish word and its translation".
Tilläggsskärmbilder
Ladda ner Word of the Tab-förlängningens CRX-fil
Ladda ner Word of the Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dfpekalnblaejelchmifjcphhlgpgmmo |
| Officiell webbadress | https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo |
| Beskrivning | A chrome new tab extension that displays a random Spanish word and its translation |
| Filstorlek | 2.8 MB |
| Antal Installationer | 76 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-06-17 |
| Publiceringsdatum | 2017-06-17 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Mikey Inc |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |