Notepad

Simple notebook which helps you to save/manage your notes.

Notepad là gì?

Notepad là một tiện ích mở rộng Chrome được phát triển bởi Bhupendra Singh Bhandari, và tính năng chính của nó là "Simple notebook which helps you to save/manage your notes.".

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

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

                        Features :
1.Lightning fast experience.
2. No login required.
3. Formatting options.
4. Recycle Bin.
5. Manage notes in categories
6. Automatically sync with chrome.
7. Reorder notes.

Future roadmap: 
1. Search capabilities.
2. Copy to clipboard.
3. Print notes.
4. Themes (dark/light mode).
5. Download notes.
6. Support for multiple language                    

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

Tên Notepad Notepad
ID ibmpamplhebgoidhhlpdgenhdhmchdoa
URL Chính Thức https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa
Mô tả Simple notebook which helps you to save/manage your notes.
Kích Thước Tệp 701 KB
Số Lần Cài Đặt 2,166
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2020-07-13
Ngày Phát Hành 2020-06-24
Đánh Giá 4.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Bhupendra Singh Bhandari
Email [email protected]
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": "Notepad",
    "version": "1.0.5",
    "description": "Simple notebook which helps you to save\/manage your notes.",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/images\/notepad16.png",
            "32": "assets\/images\/notepad32.png",
            "48": "assets\/images\/notepad48.png",
            "128": "assets\/images\/notepad128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/notepad16.png",
        "32": "assets\/images\/notepad32.png",
        "48": "assets\/images\/notepad48.png",
        "128": "assets\/images\/notepad128.png"
    },
    "manifest_version": 2,
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'"
}