Sidebar Note

This is a simple sidebar notepad.Contents are automatically saved.

What is Sidebar Note?

Sidebar Note is a Chrome extension developed by onolog2021, and its main feature is "This is a simple sidebar notepad.Contents are automatically saved.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Sidebar Note Extension CRX File

Download Sidebar Note 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

                        Please use it for casual notes while watching Youtube, temporary reminders, etc.

!Notice!
Google extensions don't work on Chrome Web Store.
Try something other than this site.                    

Extension Basic Information

Name Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
Official URL https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
Description This is a simple sidebar notepad.Contents are automatically saved.
File Size 11.52 KB
Installation Count 731
Current Version 0.12.1
Last Updated 2022-08-28
Publish Date 2022-07-25
Rating 3.00/5 Total 2 Ratings
Developer onolog2021
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "0.12.1",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/*",
                "https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/font\/bootstrap-icons.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}