Word of the Tab

A chrome new tab extension that displays a random Spanish word and its translation

Word of the Tab क्या है?

Word of the Tab Mikey Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome new tab extension that displays a random Spanish word and its translation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word of the Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
आधिकारिक URL https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
विवरण A chrome new tab extension that displays a random Spanish word and its translation
फ़ाइल का आकार 2.8 MB
स्थापना संख्या 76
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-06-17
प्रकाशन तिथि 2017-06-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Mikey Inc
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}