Count the length of the character

Count the length of the characters typed.

¿Qué es Count the length of the character?

Count the length of the character es una extensión de Chrome desarrollada por T.F, y su función principal es "Count the length of the characters typed.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Count the length of the character

Descarga archivos de extensión Count the length of the character 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

                        This extension can count typed string length.                    

Información Básica de la Extensión

Nombre Count the length of the character Count the length of the character
ID npkaienhmoflhlomhgffcnlfeeiilmcf
URL Oficial https://chromewebstore.google.com/detail/count-the-length-of-the-c/npkaienhmoflhlomhgffcnlfeeiilmcf
Descripción Count the length of the characters typed.
Tamaño del Archivo 7.36 KB
Cantidad de Instalaciones 913
Versión Actual 0.1
Última Actualización 2013-11-01
Fecha de Publicación 2013-10-31
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador T.F
Tipo de Pago free
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "version": "0.1",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_icon": "icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/popup.js"
        ],
        "persistent": false
    }
}