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 |
| 官方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": [
" | |