MultiTabs Markdown Editor
Markdown Editor with Multiple Tabs
MultiTabs Markdown Editorとは何ですか?
MultiTabs Markdown EditorはPark ChangUkによって開発されたChromeの拡張機能で、その主な機能は「Markdown Editor with Multiple Tabs」です。
拡張機能のスクリーンショット
MultiTabs Markdown Editor拡張機能のCRXファイルをダウンロード
MultiTabs Markdown Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | phkphcgcnlnnjijmdihnijbleiicljld |
| 公式URL | https://chromewebstore.google.com/detail/multitabs-markdown-editor/phkphcgcnlnnjijmdihnijbleiicljld |
| 説明 | Markdown Editor with Multiple Tabs |
| ファイルサイズ | 4.34 MB |
| インストール数 | 598 |
| 現在のバージョン | 3.1.3.5 |
| 最終更新日 | 2021-10-27 |
| 公開日 | 2020-06-16 |
| 評価 | 4.75/5 合計 8 レビュー |
| 開発者 | Park ChangUk |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://changuk.github.io/ |
| ヘルプページのURL | https://changuk.github.io |
| プライバシーポリシーページのURL | https://changuk.github.io/privacypolicy |
| 対応言語 | 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\/*",
" | |