Notepad
A simple yet powerful notepad with HTML5 support and more
什麼是Notepad?
Notepad是由InBasic開發的Chrome擴展程式,該擴展的主要功能是“A simple yet powerful notepad with HTML5 support and more”。
擴展截圖
下載Notepad擴展crx文件
下載Notepad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Notepad |
ID | hchcbafooaphheofgpijpfgklcmmmpff |
官方網址 | https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff |
簡介 | A simple yet powerful notepad with HTML5 support and more |
檔案大小 | 671 KB |
安裝次數 | 11,203 |
目前版本 | 0.2.0.1 |
更新時間 | 2022-12-22 |
上架時間 | 2018-03-01 |
評分 | 3.63/5 共 8 次評分 |
開發者 | InBasic |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://webextension.org/listing/notepad.html |
說明頁面URL | https://webextension.org/listing/notepad.html |
隱私政策頁面URL | https://add0n.com/policies/inb.cor.txt |
支援的語言 | 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" } } |