Chrome Note

A handy way to keep notes while you browse the web

Chrome Note là gì?

Chrome Note là một tiện ích mở rộng Chrome được phát triển bởi gazza7205, và tính năng chính của nó là "A handy way to keep notes while you browse the web".

Ả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 Chrome Note

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

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

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

Tên Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
URL Chính Thức https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
Mô tả A handy way to keep notes while you browse the web
Kích Thước Tệp 86.14 KB
Số Lần Cài Đặt 1,069
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-07-26
Ngày Phát Hành 2015-07-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gazza7205
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}