Word Counter

Word Counter allows you to count the number of selected words and characters in a single click.

¿Qué es Word Counter?

Word Counter es una extensión de Chrome desarrollada por https://globaltwittertrends.com, y su función principal es "Word Counter allows you to count the number of selected words and characters in a single click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Word Counter

Descarga archivos de extensión Word Counter 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

                        Word counter allows counts of all the selected words and characters. It also shows you what is the average and longest word length which becomes important when one is writing a blog.

It can be used on any website and for an unlimited amount of words and characters.

To use word counter select the text and then right-click after that choose word counter. This will open an alert tab with a number of words and characters as well as the average and longest word length in the selected text.                    

Información Básica de la Extensión

Nombre Word Counter Word Counter
ID naipbdlipiclagppfadakpfhfpmjpmae
URL Oficial https://chromewebstore.google.com/detail/word-counter/naipbdlipiclagppfadakpfhfpmjpmae
Descripción Word Counter allows you to count the number of selected words and characters in a single click.
Tamaño del Archivo 48.96 KB
Cantidad de Instalaciones 5,239
Versión Actual 1.2
Última Actualización 2022-03-01
Fecha de Publicación 2021-04-21
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador https://globaltwittertrends.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://globaltwittertrends.com/
URL de la Página de Ayuda https://globaltwittertrends.com/#contact
Idiomas Soportados id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "author": "Greatseotools.net",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "minimum_chrome_version": "1.0",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}