WordParty

WordParty plugin for Chrome.

Apa itu WordParty?

WordParty adalah ekstensi Chrome yang dikembangkan oleh https://word-party.com, dan fitur utamanya adalah "WordParty plugin for Chrome.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WordParty

Unduh file ekstensi WordParty 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

                        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)                    

Informasi Dasar Ekstensi

Nama WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
URL Resmi https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
Deskripsi WordParty plugin for Chrome.
Ukuran File 245 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0.96
Terakhir Diperbarui 2018-04-03
Tanggal Publikasi 2018-04-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://word-party.com
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
        ]
    }
}