Word Count
Get a word count on some things right quick
Was ist Word Count?
Word Count ist eine Chrome-Erweiterung, die von Jonathan Sirrine entwickelt wurde, und ihr Hauptmerkmal ist "Get a word count on some things right quick".
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
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iccgdddlhjafpekcpinhkigagcehhlpb |
| Offizielle URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
| Beschreibung | Get a word count on some things right quick |
| Dateigröße | 66.33 KB |
| Installationsanzahl | 67 |
| Aktuelle Version | 1.3.0 |
| Letztes Update | 2017-09-24 |
| Veröffentlichungsdatum | 2017-09-24 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Jonathan Sirrine |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |