Q Word Count

Adds word count to the Quora answer editor.

Cos'è Q Word Count?

Q Word Count è un'estensione di Chrome sviluppata da http://christophersu.net, e la sua funzione principale è "Adds word count to the Quora answer editor.".

Scarica il file CRX dell'estensione Q Word Count

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

                        A Chrome extension to add word counts to the Quora answer editor.                    

Informazioni di Base sull'Estensione

Nome Q Word Count Q Word Count
ID oldmfkjmkcmkablbafglffllaimkcaol
URL Ufficiale https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol
Descrizione Adds word count to the Quora answer editor.
Dimensione del File 59.09 KB
Conteggio Installazioni 21
Versione Corrente 0.2
Ultimo Aggiornamento 2014-08-14
Data di Pubblicazione 2014-08-14
Sviluppatore http://christophersu.net
Tipo di Pagamento free
Sito Web dell'Estensione http://christophersu.net
URL della Pagina di Aiuto http://christophersu.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Q Word Count",
    "version": "0.2",
    "author": "Christopher Su",
    "homepage_url": "https:\/\/github.com\/csu\/quora-word-count",
    "description": "Adds word count to the Quora answer editor.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quora.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "word-count.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}