WebNotes

This app is used for saving notes for each websites

WebNotes là gì?

WebNotes là một tiện ích mở rộng Chrome được phát triển bởi Dev App Zone, và tính năng chính của nó là "This app is used for saving notes for each websites".

Ả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 WebNotes

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

                        Webnotes app is used to create notes for each websites based on domain or url.                    

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

Tên WebNotes WebNotes
ID dkjbpnichmoanmojencpfooppjlokhhb
URL Chính Thức https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb
Mô tả This app is used for saving notes for each websites
Kích Thước Tệp 638 KB
Số Lần Cài Đặt 363
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-03-06
Ngày Phát Hành 2017-06-26
Nhà Phát Triển Dev App Zone
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebNotes",
    "description": "This app is used for saving notes for each websites",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Web Notes",
        "default_icon": "icb1.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icb1.png"
    }
}