Counting Characters - #1 Letter & Word Count

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

¿Qué es Counting Characters - #1 Letter & Word Count?

Counting Characters - #1 Letter & Word Count es una extensión de Chrome desarrollada por https://www.countingcharacters.com, y su función principal es "#1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Counting Characters - #1 Letter & Word Count

Descarga archivos de extensión Counting Characters - #1 Letter & Word Count en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Counting Characters - #1 Letter & Word Count Counting Characters - #1 Letter & Word Count
ID gmaddeabdjpmjkghhhhfdkeemfcnknpl
URL Oficial https://chromewebstore.google.com/detail/counting-characters-1-let/gmaddeabdjpmjkghhhhfdkeemfcnknpl
Descripción #1 Character, Letter & Word Counter Tool - Help to count letters, characters & words (UPPERCASE, Titlecase & lowercase converter).
Tamaño del Archivo 269 KB
Cantidad de Instalaciones 32,822
Versión Actual 1.1.6
Última Actualización 2019-02-03
Fecha de Publicación 2019-02-03
Calificación 3.76/5 Total de 34 Calificaciones
Desarrollador https://www.countingcharacters.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.countingcharacters.com/
Idiomas Soportados 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"
}