Word Count
Get a word count on some things right quick
Wat is Word Count?
Word Count is een Chrome-extensie ontwikkeld door Jonathan Sirrine, en de belangrijkste functie is "Get a word count on some things right quick".
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
Small popup in the upper right corner that will let you define a range for a word count on short essays. The icon is a horse because horses count. The horse has a sombrero because it'll count your essay, ese! Basisinformatie over de Extensie
| Naam | |
| ID | iccgdddlhjafpekcpinhkigagcehhlpb |
| Officiële URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
| Beschrijving | Get a word count on some things right quick |
| Bestandsgrootte | 66.33 KB |
| Aantal Installaties | 67 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2017-09-24 |
| Publicatiedatum | 2017-09-24 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Jonathan Sirrine |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word Count",
"version": "1.3.0",
"manifest_version": 2,
"description": "Get a word count on some things right quick",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Word Count",
"default_popup": "extension.html"
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |