Word counter
This extension helps to count words and sentences of a selected text in the page.
¿Qué es Word counter?
Word counter es una extensión de Chrome desarrollada por https://techytarget.blogspot.com, y su función principal es "This extension helps to count words and sentences of a selected text in the page.".
Capturas de Pantalla de la Extensión
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
This extension helps to count characters, words, syllables and sentences of a selected text in the page. It also calculate the Flesch readability score of the text. The Flesch readability score distinguish the level of understanding of a text for audience. If the score is less than 30, the text is distinguished difficult. If the score is greater than 90, the text is distinguished easy and if it is between 30 and 90 it is moderate.
Información Básica de la Extensión
Nombre | Word counter |
ID | cgfjdjopdhopjgbcinafnfpcpjfeaidm |
URL Oficial | https://chromewebstore.google.com/detail/word-counter/cgfjdjopdhopjgbcinafnfpcpjfeaidm |
Descripción | This extension helps to count words and sentences of a selected text in the page. |
Tamaño del Archivo | 22.14 KB |
Cantidad de Instalaciones | 124 |
Versión Actual | 4.0 |
Última Actualización | 2016-07-05 |
Fecha de Publicación | 2016-07-04 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://techytarget.blogspot.com |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word counter", "short_name": "Word count", "description": "This extension helps to count words and sentences of a selected text in the page.", "version": "4.0", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Word counter" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |