Word Count
Get a word count on some things right quick
Hvad er Word Count?
Word Count er en Chrome-udvidelse udviklet af Jonathan Sirrine, og dens hovedfunktion er "Get a word count on some things right quick".
Udvidelsesskærmbilleder
Download Word Count-udvidelses-CRX-fil
Download Word Count-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Word Count |
ID | iccgdddlhjafpekcpinhkigagcehhlpb |
Officiel URL | https://chromewebstore.google.com/detail/word-count/iccgdddlhjafpekcpinhkigagcehhlpb |
Beskrivelse | Get a word count on some things right quick |
Filstørrelse | 66.33 KB |
Antal Installationer | 67 |
Nuværende Version | 1.3.0 |
Senest Opdateret | 2017-09-24 |
Udgivelsesdato | 2017-09-24 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Jonathan Sirrine |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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'" } |