Skip to content

Instantly share code, notes, and snippets.

@nora-tetsu
Created October 16, 2023 00:33
Show Gist options
  • Save nora-tetsu/65c9c99f2ffe5ccf6434a52045f3a30d to your computer and use it in GitHub Desktop.
Save nora-tetsu/65c9c99f2ffe5ccf6434a52045f3a30d to your computer and use it in GitHub Desktop.
https://gist.github.com/nora-tetsu/6f5f0afd1b44f281b824979b409d010e と同じフォルダに入れてChrome拡張機能として読み込む
{
"name": "Text Counter of Dynalist",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https://dynalist.io/d/*"
],
"js": [
"counter.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment