Take Note

An extension to help you take notes on long articles in your browser. Recognizes and formats code.

Take Note là gì?

Take Note là một tiện ích mở rộng Chrome được phát triển bởi sarahhubschmail, và tính năng chính của nó là "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Take Note

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

                        An app that helps you take notes on articles, blog posts, or documentation.

Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take.

The extension also recognizes and formats any code you save as a note.                    

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

Tên Take Note Take Note
ID jkhfbnadhkkefjioelljpcmkgnoamakg
URL Chính Thức https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg
Mô tả An extension to help you take notes on long articles in your browser. Recognizes and formats code.
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2017-08-10
Ngày Phát Hành 2017-08-10
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển sarahhubschmail
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": "Take Note",
    "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "js\/background.js"
        ],
        "css": [
            "style.css"
        ]
    },
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Take Note",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon-bitty.png",
        "48": "images\/icon-bitty.png",
        "128": "images\/icon-bitty.png"
    }
}