Easy Note
Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
Easy Note là gì?
Easy Note là một tiện ích mở rộng Chrome được phát triển bởi ozanerturk17, và tính năng chính của nó là "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy Note
Tải xuống các tệp mở rộng Easy Note 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
You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hheobakelknbjicekbkmijjgcbephcef |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef |
Mô tả | Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.3.1 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2021-03-10 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ozanerturk17 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ozanerturk/easy-note-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Note", "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome", "version": "1.3.1", "background": { "service_worker": "background.js" }, "permissions": [ "clipboard" ], "action": { "default_icon": "icon.png", "default_popup": "tab.html" }, "chrome_url_overrides": { "newtab": "tab.html" } } |