Notepad
A simple yet powerful notepad with HTML5 support and more
Was ist Notepad?
Notepad ist eine Chrome-Erweiterung, die von InBasic entwickelt wurde, und ihr Hauptmerkmal ist "A simple yet powerful notepad with HTML5 support and more".
Erweiterungsscreenshots
Notepad-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notepad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Notepad |
ID | hchcbafooaphheofgpijpfgklcmmmpff |
Offizielle URL | https://chromewebstore.google.com/detail/notepad/hchcbafooaphheofgpijpfgklcmmmpff |
Beschreibung | A simple yet powerful notepad with HTML5 support and more |
Dateigröße | 671 KB |
Installationsanzahl | 11,203 |
Aktuelle Version | 0.2.0.1 |
Letztes Update | 2022-12-22 |
Veröffentlichungsdatum | 2018-03-01 |
Bewertung | 3.63/5 Insgesamt 8 Bewertungen |
Entwickler | InBasic |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://webextension.org/listing/notepad.html |
Hilfeseite URL | https://webextension.org/listing/notepad.html |
URL der Datenschutzrichtlinien-Seite | https://add0n.com/policies/inb.cor.txt |
Unterstützte Sprachen | 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" } } |