Notepad for Chrome
A very simple and syncable notepad 📑 for Chrome.
Notepad for Chrome là gì?
Notepad for Chrome là một tiện ích mở rộng Chrome được phát triển bởi air, và tính năng chính của nó là "A very simple and syncable notepad 📑 for 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 Notepad for Chrome
Tải xuống các tệp mở rộng Notepad for Chrome 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
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. Pin the extension and add a note 📝 whenever you need. 3. Sync all your notes 📑 across all your devices, for that you will have to enable bookmark syncing. 4. All the notes you will create in this extension will be found in “Other Bookmarks.”🔖 ✨ Features ✨ 1. Saves notes 📑 across on Google Chrome and will be accessible on all your devices. 2. Can sync notes by default (and caret position, and scroll offsets.) 3. Customizable font and notepad size. Notepad for Chrome 📑 is a notepad extension that can sync notes to all your Chrome installations!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notepad for Chrome |
ID | iehdbedeamjlmpmfgkemgciejcbdggln |
URL Chính Thức | https://chromewebstore.google.com/detail/notepad-for-chrome/iehdbedeamjlmpmfgkemgciejcbdggln |
Mô tả | A very simple and syncable notepad 📑 for Chrome. |
Kích Thước Tệp | 43.57 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-03-31 |
Ngày Phát Hành | 2023-03-31 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | air |
[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", "manifest_version": 3, "name": "Notepad for Chrome", "description": "A very simple and syncable notepad \ud83d\udcd1 for Chrome.", "version": "1.0.0", "permissions": [ "clipboardWrite", "clipboardRead", "downloads" ], "icons": { "128": "img\/128_icon.png", "48": "img\/48_icon.png", "16": "img\/16_icon.png" }, "action": { "default_icon": "img\/128_icon.png", "default_popup": "index.html", "default_title": "Click to start typing..." } } |