Word Counter Plus

Find out how many words and characters are on the page. Just select the text, right click and click the word counter icon!

Τι είναι το Word Counter Plus;

Το Word Counter Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ecaterinavslv91, και η κύρια λειτουργία του είναι "Find out how many words and characters are on the page. Just select the text, right click and click the word counter icon!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Word Counter Plus

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

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

                        Word Counter is a great extension for you if you are a fan of working with texts and documents.  The essence of our product is that it will help you count the characters that you typed.  You can do this very easily.  All you need is to select the text that you need, click on the button and almost immediately you will be given the result and you will be shown the number of characters.  This is a very simple extension.  We made Word Counter very user-friendly and practical.  If you are interested in this product, then rather download Word Counter, we are sure that you will enjoy using.                    

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

Όνομα Word Counter Plus Word Counter Plus
ID odilhboffanddepbhjlehcbdpmoddinj
Επίσημο URL https://chromewebstore.google.com/detail/word-counter-plus/odilhboffanddepbhjlehcbdpmoddinj
Περιγραφή Find out how many words and characters are on the page. Just select the text, right click and click the word counter icon!
Μέγεθος Αρχείου 81.17 KB
Αριθμός Εγκαταστάσεων 523
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-07-22
Ημερομηνία Δημοσίευσης 2021-07-19
Προγραμματιστής ecaterinavslv91
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery3.6.0.js",
            "js\/count.js"
        ]
    },
    "name": "__MSG_name__",
    "short_name": "Count words and characters on a page",
    "version": "1.1",
    "default_locale": "en",
    "manifest_version": 2,
    "description": "Find out how many words and characters are on the page. Just select the text, right click and click the word counter icon!",
    "browser_action": {
        "default_icon": "assets\/pic1.png",
        "default_title": "assets\/Word Counter",
        "default_popup": "messageWarning.html"
    },
    "icons": {
        "128": "assets\/pic1.png"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/docs.google.com\/"
    ]
}