Newtab Notepad

Simple notepad and task manager for newtab.

Newtab Notepad là gì?

Newtab Notepad là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Simple notepad and task manager for newtab.".

Ả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 Newtab Notepad

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

                        Simple newtab page that works as a notepad. Saves after close. Type "#" and refresh to create a task. Lightweight and power-efficient.                    

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

Tên Newtab Notepad Newtab Notepad
ID lpaljnokgodjncnejlfagmapjldgbflm
URL Chính Thức https://chromewebstore.google.com/detail/newtab-notepad/lpaljnokgodjncnejlfagmapjldgbflm
Mô tả Simple notepad and task manager for newtab.
Kích Thước Tệp 8.5 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-05-04
Ngày Phát Hành 2017-05-04
Đánh Giá 3.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://gokulswamy.me
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Newtab Notepad",
    "short_name": "Newtabpad",
    "description": "Simple notepad and task manager for newtab.",
    "version": "1.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}