Word Counter

A lite tool for counting words and characters via right-click menu.

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

Το Word Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Benni, και η κύρια λειτουργία του είναι "A lite tool for counting words and characters via right-click menu.".

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

screenshot

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

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

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

                        Word Counter is a simple extension that helps you get the number of words and characters in a text selection via context-menu.

Simply select a text with the mouse, then right-click and select - Count words & characters - from the context menu. A popup will appear to inform you about the number of words in the selected text. Besides this number, it also informs you about average word length, number of total characters, number of special characters, and the longest word. This addon has no settings or options to adjust. Simply add it to your browser and start using it. It works on any web page as long as you can select a word or sentence. Please note that this addon does not have a toolbar icon.

If you want to report bugs or have a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/word-counter.html).                    

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

Όνομα Word Counter Word Counter
ID jggclakocbglccfomoklndaiihjmlejk
Επίσημο URL https://chromewebstore.google.com/detail/word-counter/jggclakocbglccfomoklndaiihjmlejk
Περιγραφή A lite tool for counting words and characters via right-click menu.
Μέγεθος Αρχείου 23.82 KB
Αριθμός Εγκαταστάσεων 4,372
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2023-10-31
Ημερομηνία Δημοσίευσης 2018-01-14
Αξιολόγηση 3.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Benni
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/word-counter.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/word-counter.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Word Counter",
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/word-counter.html",
    "description": "A lite tool for counting words and characters via right-click menu.",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}