Tab Notes

Add notes to your Chrome tabs. Just for Michael

Tab Notes là gì?

Tab Notes là một tiện ích mở rộng Chrome được phát triển bởi Swaraj, và tính năng chính của nó là "Add notes to your Chrome tabs. Just for Michael".

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

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

                        This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.

~ Swaraj Banerjee                    

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

Tên Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
URL Chính Thức https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
Mô tả Add notes to your Chrome tabs. Just for Michael
Kích Thước Tệp 45.1 KB
Số Lần Cài Đặt 292
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-07-01
Ngày Phát Hành 2014-07-01
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Swaraj
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Notes",
    "description": "Add notes to your Chrome tabs. Just for Michael",
    "version": "1.1",
    "icons": {
        "16": "images\/notepadIcon16.png",
        "48": "images\/notepadIcon48.png",
        "128": "images\/notepadIcon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/md5.min.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/notepadEmpty19.png",
            "38": "images\/notepadEmpty38.png"
        },
        "default_title": "View Tab Note",
        "default_popup": "note.html"
    }
}