Esperanto Word Tabs

A simple extension that loads new words in every tab.

Esperanto Word Tabsとは何ですか?

Esperanto Word TabsはNicholas Jensenによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that loads new words in every tab.」です。

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

screenshot

Esperanto Word Tabs拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Esperanto Word Tabs is an advanced word-pair extension. As you browse the web, in every new tab, you'll get a new set of words (currently in English and Esperanto).

You can jump right into the fun now! Start by installing. That's it! Open a new tab to get your first set of words.

Example: friend → amiko                    

拡張機能の基本情報

名前 Esperanto Word Tabs Esperanto Word Tabs
ID kchffgapckdbcnbmcakpkpjboegpjehb
公式URL https://chromewebstore.google.com/detail/esperanto-word-tabs/kchffgapckdbcnbmcakpkpjboegpjehb
説明 A simple extension that loads new words in every tab.
ファイルサイズ 288 KB
インストール数 39
現在のバージョン 1.4.0
最終更新日 2019-02-20
公開日 2019-02-19
評価 5.00/5 合計 3 レビュー
開発者 Nicholas Jensen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://umonkey.us/articles/esperanto-word-tabs-browser-extension/
ヘルプページのURL https://umonkey.us/articles/esperanto-word-tabs-browser-extension/support/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.4.0",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/umonkey.us\/articles\/esperanto-word-tabs-browser-extension\/",
    "author": "Nicholas Jensen",
    "icons": {
        "16": "app-icons\/icon-16.png",
        "32": "app-icons\/icon-32.png",
        "48": "app-icons\/icon-48.png",
        "64": "app-icons\/icon-64.png",
        "128": "app-icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background-script.bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "html\/tab-page-index.html"
    },
    "browser_action": {
        "default_icon": "app-icons\/icon-128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "html\/browser-action-index.html"
    }
}