hackbar
A browser extension for using kbar in HackMD
Cos'è hackbar?
hackbar è un'estensione di Chrome sviluppata da TzuWei, e la sua funzione principale è "A browser extension for using kbar in HackMD".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione hackbar
Scarica i file di estensione hackbar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | hackbar |
ID | algbkiepdpcjnhgagoddfcicdeaiimba |
URL Ufficiale | https://chromewebstore.google.com/detail/hackbar/algbkiepdpcjnhgagoddfcicdeaiimba |
Descrizione | A browser extension for using kbar in HackMD |
Dimensione del File | 65.84 KB |
Conteggio Installazioni | 333 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2023-06-16 |
Data di Pubblicazione | 2021-12-23 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | TzuWei |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/uier/hackbar |
URL della Pagina di Aiuto | https://github.com/uier/hackbar |
Lingue Supportate | 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": [ " |