MultiTabs Markdown Editor

Markdown Editor with Multiple Tabs

MultiTabs Markdown Editor란 무엇입니까?

MultiTabs Markdown Editor은(는) Park ChangUk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Markdown Editor with Multiple Tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

MultiTabs Markdown Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 MultiTabs Markdown Editor MultiTabs Markdown Editor
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
이메일 [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\/*",
        "",
        "*:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "305007837647-llre28qo8gnr0doc4t54c83fq4cig3bv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}