WordParty

WordParty plugin for Chrome.

Qu'est-ce que WordParty ?

WordParty est une extension Chrome développée par https://word-party.com, et sa fonction principale est "WordParty plugin for Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WordParty

Téléchargez les fichiers d'extension WordParty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
URL Officiel https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
Description WordParty plugin for Chrome.
Taille du Fichier 245 KB
Nombre d'Installations 25
Version Actuelle 1.0.96
Dernière Mise à Jour 2018-04-03
Date de Publication 2018-04-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://word-party.com
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}