Word Count

Get a word count on some things right quick

Cos'è Word Count?

Word Count è un'estensione di Chrome sviluppata da Jonathan Sirrine, e la sua funzione principale è "Get a word count on some things right quick".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Count

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

                        Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese!                    

Informazioni di Base sull'Estensione

Nome Word Count Word Count
ID iccgdddlhjafpekcpinhkigagcehhlpb
URL Ufficiale https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb
Descrizione Get a word count on some things right quick
Dimensione del File 66.33 KB
Conteggio Installazioni 67
Versione Corrente 1.3.0
Ultimo Aggiornamento 2017-09-24
Data di Pubblicazione 2017-09-24
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Jonathan Sirrine
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "Get a word count on some things right quick",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Word Count",
        "default_popup": "extension.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
}