WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Simple Sticky Notes

Simple Sticky Notes

View on Chrome Web Store
View Simple Sticky Notes Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Boost your productivity with simple sticky notes app. Make handy floating notes! Online sticky notes in Chrome on Mac & Windows
Type
Extension
Users
48 users
5
dmi.****************
View author page of dmi.****************
Published
Published on August 5, 2025
Version 1.0.6
Manifest version
3
Updated
Updated on August 12, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Simple Sticky 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": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.0.6",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "commands": {
        "create_note": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "__MSG_hotkey_create_note__"
        },
        "toggle_notes_visibility_on_page": {
            "suggested_key": {
                "default": "Alt+Shift+H"
            },
            "description": "__MSG_hotkey_toggle_notes_visibility_on_page__"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader-BTt72Sw8.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "unlimitedStorage"
    ],
    "default_locale": "en",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_page": "src\/pages\/options\/index.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr0cSB04f0Q11eyjdRVy\/9RoJK1wwOoSDyxzWxef+dCNrPmnLv3cZKWQBIarXhD5cGOAXfhjZ0j9lv4ENZsWCti8wfjn3odQQcXhFM+ayyPYkjChvzRB6kcRilZBx1mmZ9vIKYa7cr1daD\/DoIKevXQqvJeaRToTukiRvEc6HOY0UtVkHmSHN4xQ9Gv8p1wF0rGkXfBX+aw20PrZEGH1IIHKdILYruD\/S0\/RvH+oLx\/nkjbI8EkS3WVTxDVAFSp0Z15+mr6VOIEUwq190wykQ6Q\/sK9404odXRDx1xJxzt5rH6X7NKOCBZT8C+X9791+VgQSef\/MZknqbjYzygS03CwIDAQAB",
    "web_accessible_resources": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/useSettings-B76CZNRn.js",
                "assets\/index-BHAd41FN.js",
                "assets\/normalizeUrl-CXekjiU9.js",
                "assets\/database-X0Io1asn.js",
                "assets\/main.tsx-3BD4qRhn.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 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