Browser Notes

Take and save notes, which change depending on the page you're viewing.

Browser Notes là gì?

Browser Notes là một tiện ích mở rộng Chrome được phát triển bởi ppopsacul, và tính năng chính của nó là "Take and save notes, which change depending on the page you're viewing.".

Ả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 Browser Notes

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

                                            

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

Tên Browser Notes Browser Notes
ID mdmpjhpjbiglieliboipdlededkhhikp
URL Chính Thức https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp
Mô tả Take and save notes, which change depending on the page you're viewing.
Kích Thước Tệp 32.68 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-12-01
Ngày Phát Hành 2013-12-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ppopsacul
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes",
    "version": "1.1",
    "description": "Take and save notes, which change depending on the page you're viewing.",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Click to take notes",
        "default_popup": "popup.html"
    }
}