Lightweight Notepad

Very very lightweight notepad.

Lightweight Notepad là gì?

Lightweight Notepad là một tiện ích mở rộng Chrome được phát triển bởi Murali Krishna Chanda, và tính năng chính của nó là "Very very lightweight notepad.".

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

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

                        A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type.                    

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

Tên Lightweight Notepad Lightweight Notepad
ID pkhiahnopknkooefhefdbalaaboepmbm
URL Chính Thức https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm
Mô tả Very very lightweight notepad.
Kích Thước Tệp 41.88 KB
Số Lần Cài Đặt 1,218
Phiên Bản Hiện Tại 4
Cập Nhật Lần Cuối 2019-04-01
Ngày Phát Hành 2019-04-01
Đánh Giá 4.44/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Murali Krishna Chanda
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": "Lightweight Notepad",
    "version": "4",
    "manifest_version": 2,
    "description": "Very very lightweight notepad.",
    "browser_action": {
        "default_icon": "notepad.png",
        "default_popup": "notepad.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "function.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "offline_enabled": true
}