HackMDir
Manage your HackMD notes in a better way.
O que é HackMDir?
HackMDir é uma extensão do Chrome desenvolvida por afcidk, e sua principal característica é "Manage your HackMD notes in a better way.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HackMDir
Baixe arquivos de extensão HackMDir no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This user-friendly extension helps manage your HackMD notes in a better way! This extension supports 1. Directory(grouped) structures in managing notes 2. Real-time rendered result from search bar 3. Bulk remove notes/histories 4. Bulk change note permissions 5. One-click bookmode export If you think this extension needs more functions and could be better, please feel free to open an issue or make pull requests! Github: https://github.com/afcidk/HackMDir
Informações Básicas da Extensão
Nome | |
ID | mpkcjcncagplbnlkcnplogaiiabhieon |
URL Oficial | https://chrome.google.com/webstore/detail/hackmdir/mpkcjcncagplbnlkcnplogaiiabhieon |
Descrição | Manage your HackMD notes in a better way. |
Tamanho do Arquivo | 266 KB |
Contagem de Instalações | 93 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-06-12 |
Data de Publicação | 2019-06-12 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | afcidk |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HackMDir", "version": "1.0.2", "description": "Manage your HackMD notes in a better way.", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/hackmd.io\/", "https:\/\/hackmd.io\/recent" ], "js": [ "content.js" ] } ], "page_action": { "default_icon": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "manifest_version": 2 } |