Word Letter Counter

Word Counter, Letter Counter, Character Counter Toolbar

Co to jest Word Letter Counter?

Word Letter Counter to rozszerzenie Chrome opracowane przez https://www.wordlettercount.com, a jego główną funkcją jest „Word Counter, Letter Counter, Character Counter Toolbar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Word Letter Counter

Pobierz pliki rozszerzeń Word Letter Counter 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

                        Character Counter, Letter Counter, Word Counter, Free Counter tool                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Letter Counter Word Letter Counter
ID imiokdnplegekcbjhbojpfdlmkpachnd
Oficjalny URL https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd
Opis Word Counter, Letter Counter, Character Counter Toolbar
Rozmiar pliku 18.77 KB
Liczba instalacji 118
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-03-23
Data Publikacji 2017-03-23
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://www.wordlettercount.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Letter Counter",
    "description": "Word Counter, Letter Counter, Character Counter Toolbar",
    "version": "1.0.2",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "64": "icon.png"
        },
        "homepage_url": "http:\/\/www.wordlettercount.com\/",
        "default_title": "Word Letter Counter",
        "default_popup": "pencere.html"
    },
    "background": {
        "scripts": [
            "eklenti.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "https:\/\/www.wordlettercount.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "eklenti.js"
            ]
        }
    ]
}