Multi Note

this is simple notepad, supports most 6 notepad record retention

Multi Note là gì?

Multi Note là một tiện ích mở rộng Chrome được phát triển bởi MarkQ, và tính năng chính của nó là "this is simple notepad, supports most 6 notepad record retention".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Multi 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 simple notepad, supports most 6 notepad record retention.

简易便笺,支持最多6个便笺记录保存

Support shortcut keys 1-6;
Support Automatic save;
Support MARKDOWN;

version 1.3.1:
Fix screen layout.

version 1.3.0:
Support MARKDOWN syntax and Preview.

version 1.2.2:
Save data location of the last note.

version 1.2.1:
Increase text-area read-only properties;
Expanded to 6 buttons;                    

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

Tên Multi Note Multi Note
ID cflapangklaiohnpdnkpmjmifinbgkjo
URL Chính Thức https://chrome.google.com/webstore/detail/multi-note/cflapangklaiohnpdnkpmjmifinbgkjo
Mô tả this is simple notepad, supports most 6 notepad record retention
Kích Thước Tệp 27.94 KB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2013-03-09
Ngày Phát Hành 2013-03-09
Đánh Giá 4.17/5 Tổng số 53 Đánh Giá
Nhà Phát Triển MarkQ
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Note",
    "version": "1.3.1",
    "manifest_version": 2,
    "description": "this is simple notepad, supports most 6 notepad record retention",
    "icons": {
        "48": "icon_B.png"
    },
    "browser_action": {
        "default_title": "Multi Note",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}