Word Counter Plus
Provides a right click context menu to get stats on the selected text
Hvad er Word Counter Plus?
Word Counter Plus er en Chrome-udvidelse udviklet af https://steven-roberts.github.io, og dens hovedfunktion er "Provides a right click context menu to get stats on the selected text".
Udvidelsesskærmbilleder
Download Word Counter Plus-udvidelses-CRX-fil
Download Word Counter Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Word Counter Plus |
ID | fpjegfbcdijjfkceenlfoehpcakfgldj |
Officiel URL | https://chromewebstore.google.com/detail/word-counter-plus/fpjegfbcdijjfkceenlfoehpcakfgldj |
Beskrivelse | Provides a right click context menu to get stats on the selected text |
Filstørrelse | 5.23 KB |
Antal Installationer | 179,028 |
Nuværende Version | 1.2 |
Senest Opdateret | 2018-07-21 |
Udgivelsesdato | 2018-07-21 |
Bedømmelse | 4.25/5 Samlet 99 Bedømmelser |
Udvikler | https://steven-roberts.github.io |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Steven-Roberts/Word-Counter-Plus |
Hjælpeside-URL | https://github.com/Steven-Roberts/Word-Counter-Plus/issues |
Understøttede Sprog | 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" ] } |