Count selected characters and words

A simple tool to count selected characters and words.

Τι είναι το Count selected characters and words;

Το Count selected characters and words είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://riangraphics.com, και η κύρια λειτουργία του είναι "A simple tool to count selected characters and words.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Count selected characters and words

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

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

                        Count selected characters and words on the fly, just select the text and get the result, to enable it just save the settings                    

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

Όνομα Count selected characters and words Count selected characters and words
ID pdbaijkfobjcdkppnnmjddjgfhjdpoge
Επίσημο URL https://chrome.google.com/webstore/detail/count-selected-characters/pdbaijkfobjcdkppnnmjddjgfhjdpoge
Περιγραφή A simple tool to count selected characters and words.
Μέγεθος Αρχείου 7.42 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2018-10-09
Ημερομηνία Δημοσίευσης 2018-10-09
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής http://riangraphics.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://riangraphics.com/highlithed-word-counter/
Διεύθυνση URL της Σελίδας Βοήθειας https://riangraphics.com/highlithed-word-counter/#faq
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Count selected characters and words",
    "description": "A simple tool to count selected characters and words.",
    "version": "1.0.4",
    "author": "RianGraphics",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_popup": "index.html",
        "default_title": "Count selected characters and words"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "rc-styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}