hackbar
A browser extension for using kbar in HackMD
hackbar क्या है?
hackbar TzuWei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A browser extension for using kbar in HackMD"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में hackbar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hackbar provides a kbar component to use in HackMD. Features: - Search notes, teams, tags, templates. - Create empty note or from templates. - Switch between workspaces (teams). - Open recent or searched notes directly. - Shortcuts for creating note and switching team. GitHub: https://github.com/uier/hackbar
एक्सटेंशन की मूल जानकारी
नाम | hackbar |
ID | algbkiepdpcjnhgagoddfcicdeaiimba |
आधिकारिक URL | https://chromewebstore.google.com/detail/hackbar/algbkiepdpcjnhgagoddfcicdeaiimba |
विवरण | A browser extension for using kbar in HackMD |
फ़ाइल का आकार | 65.84 KB |
स्थापना संख्या | 333 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2023-06-16 |
प्रकाशन तिथि | 2021-12-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | TzuWei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/uier/hackbar |
सहायता पृष्ठ URL | https://github.com/uier/hackbar |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "hackbar", "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "storage" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/hackmd.io\/*" ], "js": [ "contentScript.js" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-34.png" ], "matches": [ " |