Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Wat is Word Count?
Word Count is een Chrome-extensie ontwikkeld door Peter Organisciak, en de belangrijkste functie is "Adds a word count feature to your context menu (i.e. right-click menu).".
Extensie Screenshots
Download het CRX-bestand van de extensie Word Count
Download Word Count-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 Count adds an option to your context menu (i.e. the right-click menu) that counts the number of words in text that you have selected. That's it! Word Count was designed to be small and unobtrusive. Install it an don't worry about it until you need it. To use Word Count, select text on a webpage, right-click (or Ctrl+click on Mac), and select 'Count words'.
Basisinformatie over de Extensie
Naam | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
Officiële URL | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
Beschrijving | Adds a word count feature to your context menu (i.e. right-click menu). |
Bestandsgrootte | 39.6 KB |
Aantal Installaties | 30,648 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-02-03 |
Publicatiedatum | 2013-02-03 |
Beoordeling | 3.27/5 Totaal 83 Beoordelingen |
Ontwikkelaar | Peter Organisciak |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Word Count", "version": "1.2", "manifest_version": 2, "description": "Adds a word count feature to your context menu (i.e. right-click menu).", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "count.js" ] }, "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |