Word Letter Counter

Word Counter, Letter Counter, Character Counter Toolbar

Cos'è Word Letter Counter?

Word Letter Counter è un'estensione di Chrome sviluppata da https://www.wordlettercount.com, e la sua funzione principale è "Word Counter, Letter Counter, Character Counter Toolbar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word Letter Counter

Scarica i file di estensione Word Letter 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

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

Informazioni di Base sull'Estensione

Nome Word Letter Counter Word Letter Counter
ID imiokdnplegekcbjhbojpfdlmkpachnd
URL Ufficiale https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd
Descrizione Word Counter, Letter Counter, Character Counter Toolbar
Dimensione del File 18.77 KB
Conteggio Installazioni 118
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-03-23
Data di Pubblicazione 2017-03-23
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://www.wordlettercount.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}