mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 21:49:03 +00:00
24 lines
581 B
JSON
24 lines
581 B
JSON
{
|
|
"name": "word counter",
|
|
"id": "b99deb52-6955-43d2-a53b-a31540cd19a5",
|
|
"version": "0.3.0",
|
|
"description": "view word/character/sentence/block count & speaking/reading times in the side panel.",
|
|
"preview": "word-counter.jpg",
|
|
"tags": ["extension", "panel"],
|
|
"authors": [
|
|
{
|
|
"name": "dragonwocky",
|
|
"email": "thedragonring.bod@gmail.com",
|
|
"homepage": "https://dragonwocky.me/",
|
|
"avatar": "https://dragonwocky.me/avatar.jpg"
|
|
}
|
|
],
|
|
"js": {
|
|
"client": ["client.mjs"]
|
|
},
|
|
"css": {
|
|
"client": ["client.css"]
|
|
},
|
|
"options": []
|
|
}
|