Inspect and view changes in Code Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Code Notes",
"version": "1.0.0",
"description": "Developer note-taking tool with local file system sync.",
"browser_specific_settings": {
"gecko": {
"id": "codenotes@tanmay1301",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"sidebar_action": {
"default_panel": "index.html",
"default_icon": "favicon.svg",
"default_title": "Code Notes Sidebar"
},
"permissions": [
"activeTab",
"nativeMessaging",
"storage"
],
"host_permissions": [
"*://*.leetcode.com/problems/*",
"*://*.codeforces.com/problemset/problem/*",
"*://*.codeforces.com/contest/*/problem/*",
"*://*.codeforces.com/gym/*/problem/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.leetcode.com/problems/*",
"*://*.codeforces.com/problemset/problem/*",
"*://*.codeforces.com/contest/*/problem/*",
"*://*.codeforces.com/gym/*/problem/*"
],
"js": [
"content.js"
]
}
]
} Best Code Notes Alternatives
Here are some Firefox add-ons that are similar to Code Notes:
Sidebar Notebook
MrSuperfluous
LeetNotion Sync
oilybikechain
The Notes
brick1ng5654
Markdown Live Editor
Shuimu
Note Markdown Editor
Password Generator
Sidebar Notes
Janice Wong
KeepCode
dngi
Notes & Todos Sidebar
Crealivity
Note Sidebar
nagadev
CSES Enhancer Pro
3N1GM4
Offline Notes
Philip
Basic Notes
Furkan Doğan