QuickPad: fast Markdown notepad
An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer
Τι είναι το QuickPad: fast Markdown notepad;
Το QuickPad: fast Markdown notepad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Huy Vu, και η κύρια λειτουργία του είναι "An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QuickPad: fast Markdown notepad
Λήψη αρχείων επέκτασης QuickPad: fast Markdown notepad σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
≡ 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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | hmpekcomffccbkcfmflnbifbndekfnam |
| Επίσημο URL | https://chromewebstore.google.com/detail/quickpad-fast-markdown-no/hmpekcomffccbkcfmflnbifbndekfnam |
| Περιγραφή | An in-browser Markdown notepad. Optimize for writing experience. Free, plus your data doesn't leave you computer |
| Μέγεθος Αρχείου | 631 KB |
| Αριθμός Εγκαταστάσεων | 56 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2022-05-17 |
| Ημερομηνία Δημοσίευσης | 2022-05-17 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | Huy Vu |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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": [
" | |