Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

What is Note Board Sticky Notes?

Note Board Sticky Notes is a Chrome extension developed by Krishna, and its main feature is "Simple and very light weight extension,it remind your works or tasks.".

Extension Screenshots

screenshot
screenshot

Download Note Board Sticky Notes Extension CRX File

Download Note Board Sticky Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It is very easy to handle and save your valuable points and remember your tasks on it

Our features:
 - Save Notes...!
 - Right click to add text in popup                    

Extension Basic Information

Name Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
Official URL https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
Description Simple and very light weight extension,it remind your works or tasks.
File Size 69.72 KB
Installation Count 332
Current Version 1.0
Last Updated 2020-12-10
Publish Date 2020-12-09
Rating 4.50/5 Total 4 Ratings
Developer Krishna
Email [email protected]
Payment Type free
Extension Website https://www.krishnamurthy.me/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note Board Sticky Notes",
    "version": "1.0",
    "description": "Simple and very light weight extension,it remind your works or tasks.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Click Me Here",
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "\/scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}