Counting Characters - #1 Letter & Word Count

#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).

Τι είναι το Counting Characters - #1 Letter & Word Count;

Το Counting Characters - #1 Letter & Word Count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.countingcharacters.com, και η κύρια λειτουργία του είναι "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Counting Characters - #1 Letter & Word Count

Λήψη αρχείων επέκτασης Counting Characters - #1 Letter & Word Count σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Counting Characters is a free character count online extension that gives you instant results(total characters, total characters without spaces, total white spaces and total words) of given text or selected text. (www.countingcharacters.com)

New: Website Word Count - With our new feature, you can count the total words of the web page on one click.

Why should you choose this extension(Counting Characters)?
# This extension is free to use.
# Also work in offline.
# It gives you real-time results of given text.
# Count characters and words by selecting text from the context(right-click) menu.
# Case Converter
# UPPERCASE Converter
# Lowercase Converter
# Titlecase Converter
# Our extension is best for the writers and bloggers.                    

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

Όνομα Counting Characters - #1 Letter & Word Count Counting Characters - #1 Letter & Word Count
ID gmaddeabdjpmjkghhhhfdkeemfcnknpl
Επίσημο URL https://chromewebstore.google.com/detail/counting-characters-1-let/gmaddeabdjpmjkghhhhfdkeemfcnknpl
Περιγραφή #1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).
Μέγεθος Αρχείου 269 KB
Αριθμός Εγκαταστάσεων 32,822
Τρέχουσα Έκδοση 1.1.6
Τελευταία Ενημέρωση 2019-02-03
Ημερομηνία Δημοσίευσης 2019-02-03
Αξιολόγηση 3.76/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής https://www.countingcharacters.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.countingcharacters.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Counting Characters - #1 Letter & Word Count",
    "version": "1.1.6",
    "description": "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "title": "CountingCharacters.com",
        "default_icon": "icon16.png",
        "default_popup": "main.html"
    },
    "background": {
        "scripts": [
            "js\/backgroundpage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "storage",
        "contextMenus",
        "tabs",
        "activeTab"
    ],
    "offline_enabled": true,
    "incognito": "split"
}