Notepad Online
A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.
¿Qué es Notepad Online?
Notepad Online es una extensión de Chrome desarrollada por Brandon Fowler, y su función principal es "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notepad Online
Descarga archivos de extensión Notepad Online en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Notepad Online is a simple online notepad with support for rich text editing and multiple named notes. Features: - Synced or local notes - Multiple named notes - Upload and download notes from your computer (as HTML or plain text) - Edit notes as HTML (rich text) or plain text - View HTML notes in any browsers and plain text notes all any text editor - Dark mode - Editing toolbar (text decoration, text alignment, lists, indention, text and background color, links, horizontal lines, and more!) - Auto save - Popup mode and full page mode - Unlimited note size (for local notes) - Compressed synced notes (for higher capacity)
Información Básica de la Extensión
Nombre | Notepad Online |
ID | hjabknmbgbnopipagjbmocghjodofkif |
URL Oficial | https://chromewebstore.google.com/detail/notepad-online/hjabknmbgbnopipagjbmocghjodofkif |
Descripción | A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more. |
Tamaño del Archivo | 35.33 KB |
Cantidad de Instalaciones | 10,643 |
Versión Actual | 2.0.2 |
Última Actualización | 2024-01-21 |
Fecha de Publicación | 2019-06-08 |
Calificación | 3.86/5 Total de 7 Calificaciones |
Desarrollador | Brandon Fowler |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad Online", "version": "2.0.2", "description": "A simple online notepad that can sync between devices, edit notes as text and HTML, save notes to your computer and more.", "permissions": [ "contextMenus", "storage", "unlimitedStorage", "downloads" ], "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "background.js" }, "options_page": "options.html", "manifest_version": 3 } |