Simple Notepad
Very simple notepad. Synchronize between the same accounts.
Simple Notepad là gì?
Simple Notepad là một tiện ích mở rộng Chrome được phát triển bởi mountaindull, và tính năng chính của nó là "Very simple notepad. Synchronize between the same accounts.".
Ả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 Simple Notepad
Tải xuống các tệp mở rộng Simple 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
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Mô tả | Very simple notepad. Synchronize between the same accounts. |
Kích Thước Tệp | 51.86 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 1.6.5 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2022-01-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mountaindull |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Keinsleif/Simple_Notepad |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |