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によって開発されたChromeの拡張機能で、その主な機能は「A chrome new tab extension that displays a random Spanish word and its translation」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Word of the Tab拡張機能のCRXファイルをダウンロード

Word of the Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}