Count the length of the character

Count the length of the characters typed.

Hvad er Count the length of the character?

Count the length of the character er en Chrome-udvidelse udviklet af T.F, og dens hovedfunktion er "Count the length of the characters typed.".

Udvidelsesskærmbilleder

screenshot

Download Count the length of the character-udvidelses-CRX-fil

Download Count the length of the character-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension can count typed string length.                    

Grundlæggende oplysninger om udvidelsen

Navn Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
Officiel URL https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Beskrivelse Count the length of the characters typed.
Filstørrelse 7.36 KB
Antal Installationer 913
Nuværende Version 0.1
Senest Opdateret 2013-11-01
Udgivelsesdato 2013-10-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler T.F
Betalingsmetode free
Understøttede Sprog en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}