Word Counter Extension

Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.

Co je Word Counter Extension?

Word Counter Extension je rozšíření Chrome vyvinuté Alex, a jeho hlavní funkcí je „Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Word Counter Extension 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í

                        Use Word Counter to add a wordcount function in chrome. This feature enables counting words and letters on a web page. Just highlight text and click the WordCounter icon.                    

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

Název Word Counter Extension Word Counter Extension
ID lhkeofanobfbjmfbfjjmibanddfkgobc
Oficiální URL https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc
Popis Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
Velikost souboru 8.66 KB
Počet instalací 12,224
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-01-05
Datum Vydání 2018-12-31
Hodnocení 2.86/5 Celkem 7 Hodnocení
Vývojář Alex
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Counter Extension",
    "description": "Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.",
    "version": "1.0.0",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Wordcount",
    "background": {
        "scripts": [
            "wordcount.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Word Counter"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}