WordParty

WordParty plugin for Chrome.

Wat is WordParty?

WordParty is een Chrome-extensie ontwikkeld door https://word-party.com, en de belangrijkste functie is "WordParty plugin for Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WordParty

Download WordParty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
Officiële URL https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
Beschrijving WordParty plugin for Chrome.
Bestandsgrootte 245 KB
Aantal Installaties 25
Huidige Versie 1.0.96
Laatst Bijgewerkt 2018-04-03
Publicatiedatum 2018-04-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://word-party.com
Betalingswijze free
Ondersteunde Talen 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\/*"
        ]
    }
}