Word Counter Extension

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

Co to jest Word Counter Extension?

Word Counter Extension to rozszerzenie Chrome opracowane przez Alex, a jego główną funkcją jest „Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Word Counter Extension

Pobierz pliki rozszerzeń Word Counter Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Counter Extension Word Counter Extension
ID lhkeofanobfbjmfbfjjmibanddfkgobc
Oficjalny URL https://chromewebstore.google.com/detail/word-counter-extension/lhkeofanobfbjmfbfjjmibanddfkgobc
Opis Count Words and count letters of selected text in your browser. Wordcount for highlighted text on your webpage.
Rozmiar pliku 8.66 KB
Liczba instalacji 12,224
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-01-05
Data Publikacji 2018-12-31
Ocena 2.86/5 Łącznie 7 Oceny
Deweloper Alex
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}