HackMDir
Manage your HackMD notes in a better way.
HackMDirとは何ですか?
HackMDirはafcidkによって開発されたChromeの拡張機能で、その主な機能は「Manage your HackMD notes in a better way.」です。
拡張機能のスクリーンショット
HackMDir拡張機能のCRXファイルをダウンロード
HackMDir拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | mpkcjcncagplbnlkcnplogaiiabhieon |
公式URL | https://chrome.google.com/webstore/detail/hackmdir/mpkcjcncagplbnlkcnplogaiiabhieon |
説明 | Manage your HackMD notes in a better way. |
ファイルサイズ | 266 KB |
インストール数 | 93 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-06-12 |
公開日 | 2019-06-12 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | afcidk |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |