EasyNotePad

Notepad that saves what you write

EasyNotePad là gì?

EasyNotePad là một tiện ích mở rộng Chrome được phát triển bởi Jeeth Suresh, và tính năng chính của nó là "Notepad that saves what you write".

Ả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 EasyNotePad

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

                        Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? 

Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! 

Current commands:  creates a list of items

COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!                    

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

Tên EasyNotePad EasyNotePad
ID dfdcglofngdaicocbbdllmhacdadohel
URL Chính Thức https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel
Mô tả Notepad that saves what you write
Kích Thước Tệp 45.13 KB
Số Lần Cài Đặt 452
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-02-24
Ngày Phát Hành 2014-02-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jeeth Suresh
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": "EasyNotePad",
    "description": "Notepad that saves what you write",
    "version": "0.1",
    "permissions": [
        "background",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "easynotepad.html"
    }
}