MultiTabs Markdown Editor

Markdown Editor with Multiple Tabs

MultiTabs Markdown Editor là gì?

MultiTabs Markdown Editor là một tiện ích mở rộng Chrome được phát triển bởi Park ChangUk, và tính năng chính của nó là "Markdown Editor with Multiple Tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MultiTabs Markdown Editor

Tải xuống các tệp mở rộng MultiTabs Markdown Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MultiTabs Markdown Editor MultiTabs Markdown Editor
ID phkphcgcnlnnjijmdihnijbleiicljld
URL Chính Thức https://chromewebstore.google.com/detail/multitabs-markdown-editor/phkphcgcnlnnjijmdihnijbleiicljld
Mô tả Markdown Editor with Multiple Tabs
Kích Thước Tệp 4.34 MB
Số Lần Cài Đặt 598
Phiên Bản Hiện Tại 3.1.3.5
Cập Nhật Lần Cuối 2021-10-27
Ngày Phát Hành 2020-06-16
Đánh Giá 4.75/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Park ChangUk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://changuk.github.io/
URL Trang Trợ Giúp https://changuk.github.io
URL Trang Chính Sách Bảo Mật https://changuk.github.io/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}