Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
What is Word of the Tab?
Word of the Tab is a Chrome extension developed by Mikey Inc, and its main feature is "A chrome new tab extension that displays a random Spanish word and its translation".
Extension Screenshots
Download Word of the Tab Extension CRX File
Download Word of the Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Word of the Tab |
ID | dfpekalnblaejelchmifjcphhlgpgmmo |
Official URL | 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 |
File Size | 2.8 MB |
Installation Count | 76 |
Current Version | 1.0.0 |
Last Updated | 2017-06-17 |
Publish Date | 2017-06-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mikey Inc |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |