Count the length of the character

Count the length of the characters typed.

Τι είναι το Count the length of the character;

Το Count the length of the character είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον T.F, και η κύρια λειτουργία του είναι "Count the length of the characters typed.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Count the length of the character

Λήψη αρχείων επέκτασης Count the length of the character σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension can count typed string length.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
Επίσημο URL https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Περιγραφή Count the length of the characters typed.
Μέγεθος Αρχείου 7.36 KB
Αριθμός Εγκαταστάσεων 913
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2013-11-01
Ημερομηνία Δημοσίευσης 2013-10-31
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής T.F
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
    }
}