hackbar
A browser extension for using kbar in HackMD
Что такое hackbar?
hackbar - это расширение Chrome, разработанное TzuWei, и его основная функция - "A browser extension for using kbar in HackMD".
Снимки экрана расширения
Скачать файл CRX расширения hackbar
Скачайте файлы расширений 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": [
" | |