Simple Letter Counter

Add letter and word counter feature to your browser

Τι είναι το Simple Letter Counter;

Το Simple Letter Counter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SimpleTools.nl, και η κύρια λειτουργία του είναι "Add letter and word counter feature to your browser".

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

screenshot
screenshot
screenshot

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

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

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

                        This is a simple calculator which counts the number of characters or letters in a text, useful for your tweets on Twitter, as well as a multitude of other applications.

Whether it is Snapchat, Twitter, Facebook, Yelp or just a note to co-workers or business officials, the number of actual characters matters. What you say may not be as important as how you say it. And how many characters you use.

To start counting your letters, simply write or paste the text into the text area and Count characters.

Character limits: Snapchat 250 • Twitter 280 • SMS txt 160 • LinkedIn Summary 2,000 • Reddit Title 300 • Pinterest 500 • Instagram 2,200                    

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

Όνομα Simple Letter Counter Simple Letter Counter
ID balidbmeikibjjdpgedjlghiioeoepip
Επίσημο URL https://chromewebstore.google.com/detail/simple-letter-counter/balidbmeikibjjdpgedjlghiioeoepip
Περιγραφή Add letter and word counter feature to your browser
Μέγεθος Αρχείου 425 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-11-27
Ημερομηνία Δημοσίευσης 2019-11-27
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής SimpleTools.nl
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.simpletools.nl/
URL της Σελίδας Πολιτικής Απορρήτου https://www.simpletools.nl/privacy.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Simple Letter Counter",
        "default_popup": "counter.html",
        "default_icon": "icons\/icon128.png"
    },
    "description": "Add letter and word counter feature to your browser",
    "manifest_version": 2,
    "name": "Simple Letter Counter",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "version": "1.0.0"
}