Note

An extension that stores notes.

Note là gì?

Note là một tiện ích mở rộng Chrome được phát triển bởi raybipse, và tính năng chính của nó là "An extension that stores notes.".

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

screenshot

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

Tải xuống các tệp mở rộng 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

                        A simple extension that stores notes. The note is synced across accounts.                    

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

Tên Note Note
ID mpafojdooddeahhaiemhgoclpdohfnhp
URL Chính Thức https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp
Mô tả An extension that stores notes.
Kích Thước Tệp 4.9 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-01
Ngày Phát Hành 2021-01-01
Nhà Phát Triển raybipse
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.com/invite/Ppc3ua5
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note",
    "version": "1.0",
    "description": "An extension that stores notes.",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "Note",
        "default_popup": "popup.html"
    }
}