Word Counter

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

Co je Word Counter?

Word Counter je rozšíření Chrome vyvinuté https://globaltwittertrends.com, a jeho hlavní funkcí je „Word Counter allows you to count the number of selected words and characters in a single click.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Word Counter

Stáhněte si soubory rozšíření Word Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Word Counter Word Counter
ID naipbdlipiclagppfadakpfhfpmjpmae
Oficiální URL https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae
Popis Word Counter allows you to count the number of selected words and characters in a single click.
Velikost souboru 48.96 KB
Počet instalací 5,239
Aktuální Verze 1.2
Poslední Aktualizace 2022-03-01
Datum Vydání 2021-04-21
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář https://globaltwittertrends.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://globaltwittertrends.com/
URL Stránky Nápovědy https://globaltwittertrends.com/#contact
Podporované Jazyky 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"
}