Word Count
Get a word count on some things right quick
Vad är Word Count?
Word Count är en Chrome-tillägg utvecklad av Jonathan Sirrine, och dess huvudfunktion är "Get a word count on some things right quick".
Tilläggsskärmbilder
Ladda ner Word Count-förlängningens CRX-fil
Ladda ner Word Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | iccgdddlhjafpekcpinhkigagcehhlpb |
| Officiell webbadress | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
| Beskrivning | Get a word count on some things right quick |
| Filstorlek | 66.33 KB |
| Antal Installationer | 67 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2017-09-24 |
| Publiceringsdatum | 2017-09-24 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Jonathan Sirrine |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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'"
} | |