Word Count

Adds a word count feature to your context menu (i.e. right-click menu).

Cos'è Word Count?

Word Count è un'estensione di Chrome sviluppata da Peter Organisciak, e la sua funzione principale è "Adds a word count feature to your context menu (i.e. right-click menu).".

Screenshot dell'Estensione

screenshot
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

                        Word Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it!

Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. 

To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.                    

Informazioni di Base sull'Estensione

Nome Word Count Word Count
ID pnngehidikgomgfjbpffonkeimgbpjlh
URL Ufficiale https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh
Descrizione Adds a word count feature to your context menu (i.e. right-click menu).
Dimensione del File 39.6 KB
Conteggio Installazioni 30,648
Versione Corrente 1.2
Ultimo Aggiornamento 2013-02-03
Data di Pubblicazione 2013-02-03
Valutazione 3.27/5 Totale 83 Valutazioni
Sviluppatore Peter Organisciak
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Count",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Adds a word count feature to your context menu (i.e. right-click menu).",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "count.js"
        ]
    },
    "offline_enabled": true,
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}