Simple Character Count

The Simple Character & Word Count

Τι είναι το Simple Character Count;

Το Simple Character Count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The IT Man, και η κύρια λειτουργία του είναι "The Simple Character & Word Count".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Simple Character Count

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

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

                        #1 Character, Letter & Word Counter Tool - Help to count any letters, characters & words realtime online.

Just select the words or character you are seeing on your browser and this tool will show the exact count. 

Simple Character Count is a free character count online extension that gives you instant results (total characters & total white spaces) of given text or selected text. 

Why should you choose this extension(Counting Characters)?

Ans: Its simple and will take your 10 seconds to setup.                    

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

Όνομα Simple Character Count Simple Character Count
ID ocbpmdhhneganpjppafmfepjnehiejif
Επίσημο URL https://chromewebstore.google.com/detail/simple-character-count/ocbpmdhhneganpjppafmfepjnehiejif
Περιγραφή The Simple Character & Word Count
Μέγεθος Αρχείου 1.5 MB
Αριθμός Εγκαταστάσεων 128
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2021-09-21
Ημερομηνία Δημοσίευσης 2021-09-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής The IT Man
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Character Count",
    "description": "The Simple Character & Word Count",
    "version": "0.0.2",
    "permissions": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/browser-checker.js",
                "assets\/jquery-3.1.0.min.js",
                "contentscript\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "icons": {
        "48": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self';"
}