Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.2",
"name": "Word Count: Live Metrics for Writers",
"description": "Count words, characters, and sentences in real time while typing or selecting text. Get instant reading and speaking time estimates.",
"homepage_url": "https:\/\/wordcount.com\/",
"manifest_version": 3,
"permissions": [
"storage"
],
"background": {
"service_worker": "event.js"
},
"action": {
"default_icons": {
"32": "public\/icons\/colored-32.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "public\/icons\/colored-48.png",
"64": "public\/icons\/colored-64.png",
"128": "public\/icons\/colored-128.png"
}
}