Notepad
A simple yet powerful notepad with HTML5 support and more
Notepad là gì?
Notepad là một tiện ích mở rộng Chrome được phát triển bởi InBasic, và tính năng chính của nó là "A simple yet powerful notepad with HTML5 support and more".
Ả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
Tải xuống các tệp mở rộng 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
This extension offers a full-featured WYSIWYG HTML editor with a wide range of formatting options, similar to those found in modern editors. It allows you to create and organize multiple notes in different directories, called notebooks. The extension automatically saves your changes, so you don't have to manually save your notes. It is also integrated into the right-click context menu, allowing you to append the currently selected text to a note without opening the editor. The extension's user interface (UI) can be displayed in a browser tab or as a separate window. To switch between these modes, use the right-click options on the action button. Features: * Automatically save notes * Supports notebooks * Supports exporting text from webpages to all notepads * Uses local storage and works completely offline * Supports common formatting options
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notepad |
ID | hchcbafooaphheofgpijpfgklcmmmpff |
URL Chính Thức | https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff |
Mô tả | A simple yet powerful notepad with HTML5 support and more |
Kích Thước Tệp | 671 KB |
Số Lần Cài Đặt | 11,203 |
Phiên Bản Hiện Tại | 0.2.0.1 |
Cập Nhật Lần Cuối | 2022-12-22 |
Ngày Phát Hành | 2018-03-01 |
Đánh Giá | 3.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | InBasic |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webextension.org/listing/notepad.html |
URL Trang Trợ Giúp | https://webextension.org/listing/notepad.html |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/inb.cor.txt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.0.1", "name": "Notepad", "description": "A simple yet powerful notepad with HTML5 support and more", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/webextension.org\/listing\/notepad.html", "action": [], "background": { "service_worker": "worker.js" }, "options_ui": { "page": "data\/options\/index.html" } } |