Sidebar Note

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

什么是Sidebar Note?

Sidebar Note是由onolog2021开发的Chrome扩展程序,该扩展的主要功能是“This is a simple sidebar notepad.Contents are automatically saved.”。

扩展截图

screenshot
screenshot
screenshot

下载Sidebar Note扩展crx文件

下载Sidebar Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
官方URL https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
简介 This is a simple sidebar notepad.Contents are automatically saved.
文件大小 11.52 KB
安装次数 731
当前版本 0.12.1
更新时间 2022-08-28
上架时间 2022-07-25
评分 3.00/5 共2次评分
开发者 onolog2021
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
                ""
            ]
        }
    ]
}