Take a note

This extension will let you take a simple note in Chrome.

Take a note là gì?

Take a note là một tiện ích mở rộng Chrome được phát triển bởi omgmog, và tính năng chính của nó là "This extension will let you take a simple note in Chrome.".

Ả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 Take a note

Tải xuống các tệp mở rộng Take a 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 lets you take a note in chrome. The note will persist until you press the 'Clear' button.                    

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

Tên Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
URL Chính Thức https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
Mô tả This extension will let you take a simple note in Chrome.
Kích Thước Tệp 15.07 KB
Số Lần Cài Đặt 682
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-09-30
Ngày Phát Hành 2013-09-30
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển omgmog
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://omgmog.net
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Take a note",
    "description": "This extension will let you take a simple note in Chrome.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}