Word Counter

Word Counter allows you to count the number of selected words and characters in a single click.

Cos'è Word Counter?

Word Counter è un'estensione di Chrome sviluppata da https://globaltwittertrends.com, e la sua funzione principale è "Word Counter allows you to count the number of selected words and characters in a single click.".

Screenshot dell'Estensione

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

                        Word counter allows counts of all the selected words and characters. It also shows you what is the average and longest word length which becomes important when one is writing a blog.

It can be used on any website and for an unlimited amount of words and characters.

To use word counter select the text and then right-click after that choose word counter. This will open an alert tab with a number of words and characters as well as the average and longest word length in the selected text.                    

Informazioni di Base sull'Estensione

Nome Word Counter Word Counter
ID naipbdlipiclagppfadakpfhfpmjpmae
URL Ufficiale https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae
Descrizione Word Counter allows you to count the number of selected words and characters in a single click.
Dimensione del File 48.96 KB
Conteggio Installazioni 5,239
Versione Corrente 1.2
Ultimo Aggiornamento 2022-03-01
Data di Pubblicazione 2021-04-21
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://globaltwittertrends.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://globaltwittertrends.com/
URL della Pagina di Aiuto https://globaltwittertrends.com/#contact
Lingue Supportate id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Greatseotools.net",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}