mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
30 lines
852 B
JSON
30 lines
852 B
JSON
{
|
|
"name": "Word Counter",
|
|
"version": "0.4.0",
|
|
"id": "b99deb52-6955-43d2-a53b-a31540cd19a5",
|
|
"description": "Adds word, character, sentence and block counts with average reading and speaking times to the panel.",
|
|
"tags": ["panel"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"homepage": "https://dragonwocky.me/",
|
|
"avatar": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"options": [
|
|
{
|
|
"type": "number",
|
|
"key": "readingSpeed",
|
|
"description": "The average number of words read per minute, used in calculating a page's reading time.",
|
|
"value": 275
|
|
},
|
|
{
|
|
"type": "number",
|
|
"key": "speakingSpeed",
|
|
"description": "The average number of words spoken per minute, used in calculating a page's speaking time.",
|
|
"value": 180
|
|
}
|
|
],
|
|
"clientScripts": ["client.mjs"]
|
|
}
|