WordParty

WordParty plugin for Chrome.

O que é WordParty?

WordParty é uma extensão do Chrome desenvolvida por https://word-party.com, e sua principal característica é "WordParty plugin for Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WordParty

Baixe arquivos de extensão WordParty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome WordParty WordParty
ID dlholbkkclbghhipddnagkdkkcmnpgko
URL Oficial https://chromewebstore.google.com/detail/wordparty/dlholbkkclbghhipddnagkdkkcmnpgko
Descrição WordParty plugin for Chrome.
Tamanho do Arquivo 245 KB
Contagem de Instalações 25
Versão Atual 1.0.96
Última Atualização 2018-04-03
Data de Publicação 2018-04-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://word-party.com
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}