Nootpad

A notepad whenever you need it.

Nootpad là gì?

Nootpad là một tiện ích mở rộng Chrome được phát triển bởi James Pan, và tính năng chính của nó là "A notepad whenever you need it.".

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

screenshot
screenshot
screenshot

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

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

                        Sometimes when I read things on the Internet, I want to take notes. But I find that opening up a new text file, launching a notepad app, or grabbing a pencil and paper disrupts my workflow. So instead, I made this handy Chrome extension. It pops up a notepad wherever I am and syncs it to my Chrome account. It also lets me save seven distinct frames at a time. So far I've found it useful for me. I hope you can find it useful too.

James Pan
http://pan-james.tumblr.com
@jibpan


Shortcuts
----------
Move forward one frame: Alt + .
Move back one frame: Alt + ,                    

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

Tên Nootpad Nootpad
ID impicfhanbdnokdchlcnafgdhenlffph
URL Chính Thức https://chromewebstore.google.com/detail/nootpad/impicfhanbdnokdchlcnafgdhenlffph
Mô tả A notepad whenever you need it.
Kích Thước Tệp 11.64 KB
Số Lần Cài Đặt 2,333
Phiên Bản Hiện Tại 0.71
Cập Nhật Lần Cuối 2015-07-15
Ngày Phát Hành 2015-07-15
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển James Pan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nootpad",
    "description": "A notepad whenever you need it.",
    "version": "0.71",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Open a nootpad",
        "default_popup": "nootpad.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ]
}