Word Counter Plus
Provides a right click context menu to get stats on the selected text
¿Qué es Word Counter Plus?
Word Counter Plus es una extensión de Chrome desarrollada por https://steven-roberts.github.io, y su función principal es "Provides a right click context menu to get stats on the selected text".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Word Counter Plus
Descarga archivos de extensión Word Counter Plus 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 Plus is a simple and useful tool that lets you views stats on selected text. Simply highlight some text on a webpage, right click on it, and select the Word Counter Plus menu item. It will tell you the number of words and characters selected as well as the average and longest word length. Unlike similar word counting extensions, this one does not open an external webpage just to do the counting, nor does it require any permissions.
Información Básica de la Extensión
Nombre | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
URL Oficial | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Descripción | Provides a right click context menu to get stats on the selected text |
Tamaño del Archivo | 5.23 KB |
Cantidad de Instalaciones | 179,028 |
Versión Actual | 1.2 |
Última Actualización | 2018-07-21 |
Fecha de Publicación | 2018-07-21 |
Calificación | 4.25/5 Total de 99 Calificaciones |
Desarrollador | https://steven-roberts.github.io |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Steven-Roberts/Word-Counter-Plus |
URL de la Página de Ayuda | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Counter Plus", "version": "1.2", "description": "Provides a right click context menu to get stats on the selected text", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "author": "Steven Roberts", "background": { "persistent": false, "scripts": [ "background.js" ] }, "minimum_chrome_version": "41.0", "offline_enabled": true, "permissions": [ "contextMenus" ] } |