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

Sticky Notes

View on Chrome Web Store
View Sticky Notes Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 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.

Sticky notes on every page
Type
Extension
Users
142 users
4
Better Stacks
View author page of Better Stacks
Published
Published on July 28, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on November 7, 2024
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View 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",
    "author": "[email protected]",
    "description": "Sticky notes on every page",
    "name": "Sticky Notes",
    "version": "1.1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/logo.png",
            "19": "icons\/logo.png",
            "32": "icons\/logo.png",
            "38": "icons\/logo.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "src\/entries\/contentScript\/auth.js"
            ],
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/thestickyapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/thestickyapp.com\/*",
            "https:\/\/sticky-mono-web.vercel.app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/sounds\/oink.mp3",
                "public\/sounds\/boop.mp3"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main-Bf3Dw6Ir.js",
                "assets\/useGetNotes-C7SxGzxs.js",
                "assets\/browser-polyfill-ynb4_FwX.js",
                "assets\/howler-UXfQE5TT.js",
                "assets\/globals-DEoYiyor.js",
                "assets\/ExtensionProvider-mP1TTrX0.js",
                "assets\/logo-DWGCKaU_.png",
                "assets\/globals-S0J_Jt4S.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/logo.png",
        "19": "icons\/logo.png",
        "32": "icons\/logo.png",
        "38": "icons\/logo.png",
        "48": "icons\/logo.png",
        "64": "icons\/logo.png",
        "96": "icons\/logo.png",
        "128": "icons\/logo.png",
        "256": "icons\/logo.png",
        "512": "icons\/logo.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    }
}
© 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