Sidebar Note

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

Sidebar Note là gì?

Sidebar Note là một tiện ích mở rộng Chrome được phát triển bởi onolog2021, và tính năng chính của nó là "This is a simple sidebar notepad.Contents are automatically saved.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sidebar Note

Tải xuống các tệp mở rộng Sidebar Note dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sidebar Note Sidebar Note
ID memfpkjhpnpfedeijphipikoolidjdbl
URL Chính Thức https://chromewebstore.google.com/detail/sidebar-note/memfpkjhpnpfedeijphipikoolidjdbl
Mô tả This is a simple sidebar notepad.Contents are automatically saved.
Kích Thước Tệp 11.52 KB
Số Lần Cài Đặt 731
Phiên Bản Hiện Tại 0.12.1
Cập Nhật Lần Cuối 2022-08-28
Ngày Phát Hành 2022-07-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển onolog2021
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}