EZ-Notes

Take notes better and faster with the click of a single button!

EZ-Notes là gì?

EZ-Notes là một tiện ích mở rộng Chrome được phát triển bởi Aayush Gupta, và tính năng chính của nó là "Take notes better and faster with the click of a single button!".

Ả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 EZ-Notes

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

                        This extension is one that will help you take notes ANYWHERE with a single click. Click the button, and a note-taking app will pop up, and when you click save, the note will be downloaded to your device. Even if you click on the screen, EZ-Notes will remember the note that you were taking and nothing will be deleted.

Notes:
  - File will be downloaded in .txt file format.
  - For Windows and Mac users wanting to upload to Google Drive, upload the .txt file to Google Drive.
  - For Chromebook users, nothing needs to be uploaded and everything will be on Google Drive by default.
----------------------------------------------------------------
EZ-Notes 1.2 Features:
- EZ-Notes now retains your note data even if you click on the screen
- "New Note" button to easily start a new note and remove all text                    

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

Tên EZ-Notes EZ-Notes
ID hdeeaaiigagefglpjckfifebpcebiklb
URL Chính Thức https://chromewebstore.google.com/detail/ez-notes/hdeeaaiigagefglpjckfifebpcebiklb
Mô tả Take notes better and faster with the click of a single button!
Kích Thước Tệp 52.46 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-05-09
Ngày Phát Hành 2020-05-09
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Aayush Gupta
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZ-Notes",
    "description": "Take notes better and faster with the click of a single button!",
    "version": "1.2.1",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "16x16.png",
        "32": "96x96.png",
        "48": "96x96.png",
        "128": "128x128.png"
    },
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "96x96.png",
        "default_popup": "index.html"
    }
}