Word Letter Counter

Word Counter, Letter Counter, Character Counter Toolbar

Vad är Word Letter Counter?

Word Letter Counter är en Chrome-tillägg utvecklad av https://www.wordlettercount.com, och dess huvudfunktion är "Word Counter, Letter Counter, Character Counter Toolbar".

Tilläggsskärmbilder

screenshot

Ladda ner Word Letter Counter-förlängningens CRX-fil

Ladda ner Word Letter Counter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Word Letter Counter Word Letter Counter
ID imiokdnplegekcbjhbojpfdlmkpachnd
Officiell webbadress https://chromewebstore.google.com/detail/word-letter-counter/imiokdnplegekcbjhbojpfdlmkpachnd
Beskrivning Word Counter, Letter Counter, Character Counter Toolbar
Filstorlek 18.77 KB
Antal Installationer 118
Aktuell Version 1.0.2
Senast Uppdaterad 2017-03-23
Publiceringsdatum 2017-03-23
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare https://www.wordlettercount.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}