Word Count
Count the words in a selection
Wat is Word Count?
Word Count is een Chrome-extensie ontwikkeld door aaronneyer, en de belangrijkste functie is "Count the words in a selection".
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | onnfjhimlddhlechnalkojnnnddppblg |
Officiële URL | https://chrome.google.com/webstore/detail/word-count/onnfjhimlddhlechnalkojnnnddppblg |
Beschrijving | Count the words in a selection |
Bestandsgrootte | 10.36 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-09-17 |
Publicatiedatum | 2013-09-17 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | aaronneyer |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word Count", "description": "Count the words in a selection", "version": "0.1", "background": { "persistent": false, "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "icon.png" } } |