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
官方網址 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": [
                ""
            ]
        }
    ]
}