WordParty

WordParty plugin for Chrome.

Was ist WordParty?

WordParty ist eine Chrome-Erweiterung, die von https://word-party.com entwickelt wurde, und ihr Hauptmerkmal ist "WordParty plugin for Chrome.".

Erweiterungsscreenshots

screenshot

WordParty-Erweiterungs-CRX-Datei herunterladen

Laden Sie WordParty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
Offizielle URL https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
Beschreibung WordParty plugin for Chrome.
Dateigröße 245 KB
Installationsanzahl 25
Aktuelle Version 1.0.96
Letztes Update 2018-04-03
Veröffentlichungsdatum 2018-04-03
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://word-party.com
Zahlungsart free
Unterstützte Sprachen 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\/*"
        ]
    }
}