Word of the Tab

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

Apa itu Word of the Tab?

Word of the Tab adalah ekstensi Chrome yang dikembangkan oleh Mikey Inc, dan fitur utamanya adalah "A chrome new tab extension that displays a random Spanish word and its translation".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Word of the Tab

Unduh file ekstensi Word of the Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
URL Resmi https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
Deskripsi A chrome new tab extension that displays a random Spanish word and its translation
Ukuran File 2.8 MB
Jumlah Instalasi 76
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-06-17
Tanggal Publikasi 2017-06-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mikey Inc
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}