Note Now

Quickly Take Notes with One Click

Note Now là gì?

Note Now là một tiện ích mở rộng Chrome được phát triển bởi Yiğitsr, và tính năng chính của nó là "Quickly Take Notes with One Click".

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

screenshot
screenshot
screenshot

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

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

                        *Take notes with just one click.
*Notes are stored locally.
*Autofocus the textarea when opening the extension.
*Save and delete your notes.
*Super fast notes.
*Works offline. Since notes are stored locally, no internet connection is needed.                    

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

Tên Note Now Note Now
ID lhcdbhckegmjmgjhlbdcpiebmkldgchm
URL Chính Thức https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm
Mô tả Quickly Take Notes with One Click
Kích Thước Tệp 4.06 MB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-12-25
Ngày Phát Hành 2021-01-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Yiğitsr
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": "Note Now",
    "version": "2.0.1",
    "description": "Quickly Take Notes with One Click",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": ".\/img\/48x48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/img\/16x16.png",
        "48": ".\/img\/48x48.png",
        "128": ".\/img\/128x128.png"
    }
}