Notepad Extension

Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.

Notepad Extension là gì?

Notepad Extension là một tiện ích mở rộng Chrome được phát triển bởi jakesap, và tính năng chính của nó là "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".

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

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

                        Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows.

Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.                    

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

Tên Notepad Extension Notepad Extension
ID llalomgpmhbiehnimkkbclmkgobillba
URL Chính Thức https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba
Mô tả Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Kích Thước Tệp 67.69 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-08-27
Ngày Phát Hành 2023-05-06
Nhà Phát Triển jakesap
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jakesap/notepad-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Notepad Extension",
    "version": "1.0.2",
    "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Notepad Extension",
        "default_icon": "logo.png",
        "default_popup": "index.html"
    }
}