Note Board - Sticky Notes App

Note Board - Sticky Notes App

Note Board - Sticky Notes App क्या है?

Note Board - Sticky Notes App https://www.noteboardapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Note Board - Sticky Notes App"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Note Board - Sticky Notes App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Write notes like sticky notes. Save pages with a screenshot to read later or capture easily any web content.
You can drag and resize the sticky notes.

new!: use chatGPT to create notes with the answers of the AI

Create Kanban boards to organize your notes in columns.

Share boards to work remotely as a Team in real time.

Create notes in any web, when you open again the web the note will appear in the same position you left it.

Schedule notifications to remind a note on a certain day and time.

Drag and drop content from other tabs or image files from your system to create notes quickly.

Create little popups with notes. These popups remain on the desk even restart the computer.

You can have public boards.

The extension does not require permissions for basic usage. The system will request permissions if you use the server to synchronise your notes or you save pages with a screenshot.

You can synchronize notes between chrome installations registering FREE in www.noteboardapp.com. 

Use the free Android app to access your notes:

https://play.google.com/store/apps/details?id=com.oscardr.tablonnotas

Or the iOS one:

https://itunes.apple.com/us/app/note-board-app/id899770084

If you use the android or iOs app you can create notes with photos of the phone and see it on the extension.

If you register in www.noteboardapp.com you can access your notes from any browser.


You can edit notes doing double click in the text, and then to copy or to cut the text.


You can select various colours and thus to use each colour for each type of task (for personal tasks such as yellow, green for work etc ...).                    

एक्सटेंशन की मूल जानकारी

नाम Note Board - Sticky Notes App Note Board - Sticky Notes App
ID goficmpcgcnombioohjcgdhbaloknabb
आधिकारिक URL https://chromewebstore.google.com/detail/note-board-sticky-notes-a/goficmpcgcnombioohjcgdhbaloknabb
विवरण Note Board - Sticky Notes App
फ़ाइल का आकार 15.17 MB
स्थापना संख्या 247,474
वर्तमान संस्करण 8.2.2
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2020-06-28
रेटिंग 4.77/5 कुल 7649 रेटिंग्स
डेवलपर https://www.noteboardapp.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.noteboardapp.com
सहायता पृष्ठ URL https://www.noteboardapp.com
गोपनीयता नीति पृष्ठ URL https://www.noteboardapp.com/policy
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Oscar de Dios",
    "name": "__MSG_extName__",
    "version": "8.2.2",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.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": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "NoteBoard.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "unlimitedStorage",
        "activeTab",
        "storage"
    ],
    "homepage_url": "https:\/\/www.noteboardapp.com",
    "optional_permissions": [
        "tabs",
        "http:\/\/www.noteboardapp.com\/",
        "https:\/\/www.noteboardapp.com\/",
        "https:\/\/chat.openai.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "background",
        "clipboardRead",
        "desktopCapture",
        "identity",
        "identity.email"
    ],
    "web_accessible_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\/*"
    ],
    "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
        },
        "captura-pantalla-video": {
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            },
            "description": "Capture screen video",
            "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"
        ]
    }
}