WordParty

WordParty plugin for Chrome.

Cos'è WordParty?

WordParty è un'estensione di Chrome sviluppata da https://word-party.com, e la sua funzione principale è "WordParty plugin for Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WordParty

Scarica i file di estensione WordParty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
URL Ufficiale https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
Descrizione WordParty plugin for Chrome.
Dimensione del File 245 KB
Conteggio Installazioni 25
Versione Corrente 1.0.96
Ultimo Aggiornamento 2018-04-03
Data di Pubblicazione 2018-04-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://word-party.com
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}