WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
domainNote - website sticky notes in side panel

domainNote - website sticky notes in side panel

View on Chrome Web Store
View domainNote - website sticky notes in side panel Chrome Extension on Chrome Web Store
Add to bookmarks
3.8 (10 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Take domain specific notes with live-preview markdown note editor in side panel. domainNote sync notes with local files, GDrive, Box
Type
Extension
Users
717 users
4
Website noterail.co
brahmastra
View author page of brahmastra
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 10, 2023
Version 0.0.63
Manifest version
3
Updated
Updated on October 28, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View domainNote - website sticky notes in side panel 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,
    "minimum_chrome_version": "123",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "domainNote",
    "description": "__MSG_extDescription__",
    "version": "0.0.63",
    "author": "NoteRail",
    "icons": {
        "16": "icon.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "Open domainNote (Alt+W)"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W",
                "windows": "Alt+W",
                "mac": "Alt+W",
                "linux": "Alt+W"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/screenshot\/shot-cropper-7YRZYKE2.css",
                "scripts\/screenshot\/cropper.js",
                "scripts\/screenshot\/crop-box-Q6FN6R7Y.js",
                "scripts\/highlighter\/Highlighter.js",
                "scripts\/generator\/md-generator.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cloud.domainnote.noterail.co\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "sidePanel",
        "storage",
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ]
}
© 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