Word Count
Adds a word count feature to your context menu (i.e. right-click menu).
Was ist Word Count?
Word Count ist eine Chrome-Erweiterung, die von Peter Organisciak entwickelt wurde, und ihr Hauptmerkmal ist "Adds a word count feature to your context menu (i.e. right-click menu).".
Erweiterungsscreenshots
Word Count-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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'.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pnngehidikgomgfjbpffonkeimgbpjlh |
Offizielle URL | https://chrome.google.com/webstore/detail/word-count/pnngehidikgomgfjbpffonkeimgbpjlh |
Beschreibung | Adds a word count feature to your context menu (i.e. right-click menu). |
Dateigröße | 39.6 KB |
Installationsanzahl | 30,648 |
Aktuelle Version | 1.2 |
Letztes Update | 2013-02-03 |
Veröffentlichungsdatum | 2013-02-03 |
Bewertung | 3.27/5 Insgesamt 83 Bewertungen |
Entwickler | Peter Organisciak |
Zahlungsart | free |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |