hackbar
A browser extension for using kbar in HackMD
Apa itu hackbar?
hackbar adalah ekstensi Chrome yang dikembangkan oleh TzuWei, dan fitur utamanya adalah "A browser extension for using kbar in HackMD".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi hackbar
Unduh file ekstensi hackbar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | hackbar |
ID | algbkiepdpcjnhgagoddfcicdeaiimba |
URL Resmi | https://chromewebstore.google.com/detail/hackbar/algbkiepdpcjnhgagoddfcicdeaiimba |
Deskripsi | A browser extension for using kbar in HackMD |
Ukuran File | 65.84 KB |
Jumlah Instalasi | 333 |
Versi Saat Ini | 1.3.0 |
Terakhir Diperbarui | 2023-06-16 |
Tanggal Publikasi | 2021-12-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | TzuWei |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/uier/hackbar |
URL Halaman Bantuan | https://github.com/uier/hackbar |
Bahasa yang Didukung | 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": [ " |