Word Counter Plus
Provides a right click context menu to get stats on the selected text
Wat is Word Counter Plus?
Word Counter Plus is een Chrome-extensie ontwikkeld door https://steven-roberts.github.io, en de belangrijkste functie is "Provides a right click context menu to get stats on the selected text".
Extensie Screenshots
Download het CRX-bestand van de extensie Word Counter Plus
Download Word Counter Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
Officiële URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Beschrijving | Provides a right click context menu to get stats on the selected text |
Bestandsgrootte | 5.23 KB |
Aantal Installaties | 179,028 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-07-21 |
Publicatiedatum | 2018-07-21 |
Beoordeling | 4.25/5 Totaal 99 Beoordelingen |
Ontwikkelaar | https://steven-roberts.github.io |
Betalingswijze | free |
Extensiewebsite | https://github.com/Steven-Roberts/Word-Counter-Plus |
Help Pagina-URL | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Ondersteunde Talen | 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" ] } |