hackbar
A browser extension for using kbar in HackMD
什麼是hackbar?
hackbar是由TzuWei開發的Chrome擴展程式,該擴展的主要功能是“A browser extension for using kbar in HackMD”。
擴展截圖
下載hackbar擴展crx文件
下載hackbar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | algbkiepdpcjnhgagoddfcicdeaiimba |
| 官方網址 | 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": [
" | |