Word count

Counts words and characters in selected text

Cos'è Word count?

Word count è un'estensione di Chrome sviluppata da trishul.goel, e la sua funzione principale è "Counts words and characters in selected text".

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

                        Select any text, right click and select word count from menu.
Know number of words and characters in your selected text.
Features - 
1. Takes care of multi spaces
2. Takes care of special characters
3. Easy to use                    

Informazioni di Base sull'Estensione

Nome Word count Word count
ID fccagoceegcmobaejjledllidklajbmc
URL Ufficiale https://chromewebstore.google.com/detail/word-count/fccagoceegcmobaejjledllidklajbmc
Descrizione Counts words and characters in selected text
Dimensione del File 10.85 KB
Conteggio Installazioni 176
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-01-05
Data di Pubblicazione 2019-01-05
Sviluppatore trishul.goel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word count",
    "description": "Counts words and characters in selected text",
    "version": "1.0.0",
    "icons": {
        "32": "icons\/icon_32.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}