Word Counter Page

This extension counter words from current page

Cos'è Word Counter Page?

Word Counter Page è un'estensione di Chrome sviluppata da Adriano Chambel, e la sua funzione principale è "This extension counter words from current page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Counter Page

Scarica i file di estensione Word Counter Page 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

                        You've browsed a page whose text would like to know the most common words?
Well, this extension has this purpose. When you want to count how many words there are in webpage, simply click the Word Counter Page icon. This is especially useful in language learning.                    

Informazioni di Base sull'Estensione

Nome Word Counter Page Word Counter Page
ID hnifbghokmpgedhkgmabjgmehkcmjoao
URL Ufficiale https://chromewebstore.google.com/detail/word-counter-page/hnifbghokmpgedhkgmabjgmehkcmjoao
Descrizione This extension counter words from current page
Dimensione del File 98.81 KB
Conteggio Installazioni 6,849
Versione Corrente 1.1
Ultimo Aggiornamento 2016-06-10
Data di Pubblicazione 2016-06-10
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Adriano Chambel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,fr,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "pt_BR",
    "version": "1.1",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/word-counter-page",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_defaultTitle__"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}