WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Note Board - Sticky Notes App

Note Board - Sticky Notes App

View on Chrome Web Store
View Note Board - Sticky Notes App Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (7,915 ratings)
1 new ratings
5 views
This extension has been viewed 5 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.

Note Board - Sticky Notes App
Type
Extension
Users
200,000 users
100K
Oscar de Dios
View author page of Oscar de Dios
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 14, 2011
Version 9.0.28
Manifest version
3
Updated
Updated on May 9, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Note Board - Sticky Notes App 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": "Oscar de Dios",
    "name": "__MSG_extName__",
    "version": "9.0.28",
    "manifest_version": 3,
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.gstatic.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com https:\/\/www.google.com https:\/\/note-board-web.firebaseio.com https:\/\/*.firebaseio.com; object-src 'self'"
    },
    "icons": {
        "128": "NoteBoard.png"
    },
    "description": "__MSG_extName__",
    "default_locale": "en",
    "offline_enabled": true,
    "background": {
        "service_worker": "sw\/backgroundSw.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "NoteBoard.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "activeTab",
        "storage",
        "scripting",
        "alarms",
        "offscreen"
    ],
    "homepage_url": "https:\/\/www.noteboardapp.com",
    "optional_permissions": [
        "tabs",
        "background",
        "clipboardRead",
        "desktopCapture",
        "identity",
        "identity.email"
    ],
    "optional_host_permissions": [
        "https:\/\/www.noteboardapp.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tiny_mce\/themes\/advanced\/anchor.htm",
                "tiny_mce\/plugins\/advimage\/image.htm",
                "tiny_mce\/plugins\/table\/table.htm",
                "tiny_mce\/themes\/advanced\/source_editor.htm",
                "tiny_mce\/plugins\/advlink\/link.htm",
                "tiny_mce\/themes\/advanced\/color_picker.htm",
                "jquery\/jquery-ui.min.css",
                "jquery\/images\/*",
                "NoteBoard.png",
                "appimg\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "nueva-nota-web": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            },
            "description": "Create new Note in web",
            "global": false
        },
        "captura-pantalla-activa": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "Command+Shift+2"
            },
            "description": "Capture active screen",
            "global": false
        },
        "captura-pantalla": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "Command+Shift+3"
            },
            "description": "Capture screen",
            "global": false
        }
    },
    "oauth2": {
        "client_id": "409932428860-djmrl7hfsuk4fo55s474bt48l3p37o0h.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}
© 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