Notey Notepad

Take Quick Notes

Notey Notepad là gì?

Notey Notepad là một tiện ích mở rộng Chrome được phát triển bởi Time Technology, và tính năng chính của nó là "Take Quick Notes".

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

screenshot
screenshot

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

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

                        Notey NotePad is a free and easy-to-use notepad for everyday use. It is designed for simplicity and accessibility thus, making your note taking process fast and convenient via any tab. 

Our day to day work requires efficiency, speed, and accuracy. So in the midst of doing your research, work, and browsing the internet thus, navigating between programs may lose valuable time. This gave birth to this project. Notey NotePad will enable everyone to have the same comfort of taking copious notes without having to leave the browser.                    

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

Tên Notey Notepad Notey Notepad
ID ajbdeoplkbmbilclmchfhkpcpghgbfii
URL Chính Thức https://chrome.google.com/webstore/detail/notey-notepad/ajbdeoplkbmbilclmchfhkpcpghgbfii
Mô tả Take Quick Notes
Kích Thước Tệp 93.55 KB
Số Lần Cài Đặt 57
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-02-18
Ngày Phát Hành 2019-04-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Time Technology
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notey Notepad",
    "description": "Take Quick Notes",
    "version": "1.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}