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 |
公式URL | 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 |
Eメール | [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" } } |