WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Online Notes

Online Notes

View on Chrome Web Store
View Online Notes Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (2 ratings)
1 new ratings
9 views
This extension has been viewed 9 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Online Notes is your go-to companion to instantly take quick notes- anytime & anywhere! ⚡
Type
Extension
Users
54 users
3
Website qcknotepad.com
ValueFoundry
View author page of ValueFoundry
Published
Published on April 22, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on April 22, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Online Notes Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Online Notes",
    "short_name": "Online Notes",
    "version": "1.0.0",
    "description": "Online Notes is your go-to companion to instantly take quick notes- anytime & anywhere! \u26a1",
    "icons": {
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/qcknotepad.com",
    "side_panel": {
        "default_path": "notepad\/notepad.html"
    },
    "permissions": [
        "sidePanel",
        "unlimitedStorage",
        "storage",
        "background"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content\/all.js"
            ],
            "css": [
                "content\/all.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "extension_ids": [
                "*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+N",
                "windows": "Alt+N",
                "mac": "Alt+N",
                "chromeos": "Alt+N",
                "linux": "Alt+N"
            },
            "description": "Press Alt + N to access your notes"
        }
    },
    "offline_enabled": true,
    "author": "Online Notes",
    "background": {
        "service_worker": "bk\/service.js"
    },
    "content_security_policy": {
        "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
        "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
    },
    "minimum_chrome_version": "114",
    "action": {
        "default_icon": {
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "Online Notes"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top