Word Counter

See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!

Cos'è Word Counter?

Word Counter è un'estensione di Chrome sviluppata da Erik Ossner, e la sua funzione principale è "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Word Counter

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

                        Do you need to get a word and character count on a web page? Word Counter is your answer!

Word Counter is very small and intends to give you a convenient word count without you having to out of your way while browsing.

Simply select the text that you would like to get a count on, right click on the text, and select the Word Counter icon; you will be greeted with a small alert, telling you word count, character count, and character count, excluding spaces.

Enjoy the extension!                    

Informazioni di Base sull'Estensione

Nome Word Counter Word Counter
ID adgmgllmfhgppfnkmgikgbaniemjdikk
URL Ufficiale https://chrome.google.com/webstore/detail/word-counter/adgmgllmfhgppfnkmgikgbaniemjdikk
Descrizione See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!
Dimensione del File 34.82 KB
Conteggio Installazioni 20,000
Versione Corrente 0.11
Ultimo Aggiornamento 2017-10-21
Data di Pubblicazione 2017-10-21
Valutazione 4.35/5 Totale 43 Valutazioni
Sviluppatore Erik Ossner
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "name": "Word Counter",
    "short_name": "Count words and characters on a page",
    "version": "0.11",
    "manifest_version": 2,
    "description": "See how many words and characters are on a page. Simply highlight the text, right click, and click the Word Counter icon!",
    "browser_action": {
        "default_icon": "wc.png",
        "default_title": "Word Counter",
        "default_popup": "warning.html"
    },
    "icons": {
        "16": "wc.png",
        "48": "wordCount.png",
        "96": "wordCount.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/docs.google.com\/"
    ]
}