CodiMD Book mode
Display a sidebar like HackMD book mode
Was ist CodiMD Book mode?
CodiMD Book mode ist eine Chrome-Erweiterung, die von 0140454 entwickelt wurde, und ihr Hauptmerkmal ist "Display a sidebar like HackMD book mode".
Erweiterungsscreenshots
CodiMD Book mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodiMD Book mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
## Disclaimer * This extension is NOT developed by HackMD team. * I develop this extension for personal use. There may be undiscovered defects. Please think twice before use. ## Requested Permissions * webRequest Read security headers related to iframe * declarativeNetRequest Modify found security headers to make functionality working ## Notice * Hostname must contains hackmd or codimd; otherwise, this extension will not enable book mode. In the other words, if you host CodiMD without domain name, this extension is not for you. ## How to use? 1. Install extension 2. Open your note for book index (e.g. https://codimd.your.domain/note) 3. Add `book` to query string (e.g. https://codimd.your.domain/note?book) 4. Enjoy it ## Difference between this extension and HackMD * Links will be opened in new tab * HackMD * [target=_blank] is added explicitly * Starts with http (non-SSL) * This extension * [target=_blank] is added explicitly * Cross-origin
Grundlegende Informationen zur Erweiterung
Name | CodiMD Book mode |
ID | apahkbcjkfpaknjebpaoaehpjiedeapa |
Offizielle URL | https://chromewebstore.google.com/detail/codimd-book-mode/apahkbcjkfpaknjebpaoaehpjiedeapa |
Beschreibung | Display a sidebar like HackMD book mode |
Dateigröße | 82.18 KB |
Installationsanzahl | 81 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-12-07 |
Veröffentlichungsdatum | 2020-12-15 |
Entwickler | 0140454 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/0140454/codimd-book |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodiMD Book mode", "version": "1.0.0", "description": "Display a sidebar like HackMD book mode", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "declarativeNetRequest" ], "host_permissions": [ " |