WordParty

WordParty plugin for Chrome.

WordPartyとは何ですか?

WordPartyはhttps://word-party.comによって開発されたChromeの拡張機能で、その主な機能は「WordParty plugin for Chrome.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Integrates WordParty with other websites.

- Extension shows vocabulary statistics for every web page. Be even more aware of your vocabulary progress.

- Allows you to manage words on a page. Get a WordParty like experience even outside a reader.

- You can save a page to read later it on WordParty. It will be available even if the original article was removed.

*Plugin is under a development (it is an early beta version)                    

拡張機能の基本情報

名前 WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
公式URL https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
説明 WordParty plugin for Chrome.
ファイルサイズ 245 KB
インストール数 25
現在のバージョン 1.0.96
最終更新日 2018-04-03
公開日 2018-04-03
評価 5.00/5 合計 3 レビュー
開発者 https://word-party.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordParty",
    "description": "WordParty plugin for Chrome.",
    "version": "1.0.96",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "resources\/*.woff"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "api_host": "https:\/\/www.word-party.com",
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "activeTab",
        "http:\/\/www.word-party.com\/api\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/www.word-party.com\/*"
        ]
    }
}