QuickPad: fast Markdown notepad
An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer
¿Qué es QuickPad: fast Markdown notepad?
QuickPad: fast Markdown notepad es una extensión de Chrome desarrollada por Huy Vu, y su función principal es "An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QuickPad: fast Markdown notepad
Descarga archivos de extensión QuickPad: fast Markdown notepad 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
≡ Why do I build this extension 🤔 When reading cool stuffs on the net, I often want to take some notes, but opening my noting applications such as Notion/Obsidian takes much time. So I built this extension to quickly jot down my idea, then later copy to whatever noting systems. ≡ What it does really well 💪 - Fast & Clean - Markdown support - Writing should feel pleasant (sth like Notion editor) - Your data stays in your computer ≡ What it *will* do well in the future ⚙️ - Pasting image into the editor - Searching - Exporting notes - Data backup ≡ Feedbacks 💙 If you have any feedbacks or suggestions, I'm really happy to hear that, feel free to ping me at: https://learned-bearberry-202.notion.site/QuickPad-feedbacks-6b814d8684614c958de172d0d1948c6d
Información Básica de la Extensión
Nombre | QuickPad: fast Markdown notepad |
ID | hmpekcomffccbkcfmflnbifbndekfnam |
URL Oficial | https://chromewebstore.google.com/detail/quickpad-fast-markdown-no/hmpekcomffccbkcfmflnbifbndekfnam |
Descripción | An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer |
Tamaño del Archivo | 631 KB |
Cantidad de Instalaciones | 56 |
Versión Actual | 1.0 |
Última Actualización | 2022-05-17 |
Fecha de Publicación | 2022-05-17 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Huy Vu |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickPad: fast Markdown notepad", "description": "An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "storage", "unlimitedStorage" ], "action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "QuickPad: make notes on any page" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ " |