MultiTabs Markdown Editor
Markdown Editor with Multiple Tabs
Was ist MultiTabs Markdown Editor?
MultiTabs Markdown Editor ist eine Chrome-Erweiterung, die von Park ChangUk entwickelt wurde, und ihr Hauptmerkmal ist "Markdown Editor with Multiple Tabs".
Erweiterungsscreenshots
MultiTabs Markdown Editor-Erweiterungs-CRX-Datei herunterladen
Laden Sie MultiTabs Markdown Editor-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
Features - Markdown editor with multiple tabs - Rendering math equations, flowcharts, and sequence diagrams is available. - Section-by-section scroll synchronization - Hash functions for preventing attachment filename duplicates - Direct import/export to cloud storage such as Google Drive or Github - Support custom stylesheet Future Work - Support local storage with attachment management and its backup and restoring functionalities. - Enable to use external source of font style Privacy Policy - We do not collect user's data. - User's data is locally stored in his/her web browser.
Grundlegende Informationen zur Erweiterung
Name | MultiTabs Markdown Editor |
ID | phkphcgcnlnnjijmdihnijbleiicljld |
Offizielle URL | https://chromewebstore.google.com/detail/multitabs-markdown-editor/phkphcgcnlnnjijmdihnijbleiicljld |
Beschreibung | Markdown Editor with Multiple Tabs |
Dateigröße | 4.34 MB |
Installationsanzahl | 598 |
Aktuelle Version | 3.1.3.5 |
Letztes Update | 2021-10-27 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 4.75/5 Insgesamt 8 Bewertungen |
Entwickler | Park ChangUk |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://changuk.github.io/ |
Hilfeseite URL | https://changuk.github.io |
URL der Datenschutzrichtlinien-Seite | https://changuk.github.io/privacypolicy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiTabs Markdown Editor", "description": "Markdown Editor with Multiple Tabs", "version": "3.1.3.5", "offline_enabled": true, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "downloads", "downloads.shelf", "nativeMessaging", "identity" ], "host_permissions": [ "http:\/\/localhost\/*", "https:\/\/www.dropbox.com\/*", "https:\/\/github.com\/*", "https:\/\/login.microsoftonline.com\/*", "https:\/\/www.googleapis.com\/*", " |