Export to Markdown

This is utilized to export the story in Medium to a markdown format file.

Export to Markdown là gì?

Export to Markdown là một tiện ích mở rộng Chrome được phát triển bởi neal, và tính năng chính của nó là "This is utilized to export the story in Medium to a markdown format file.".

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

screenshot

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

Tải xuống các tệp mở rộng Export to Markdown 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

                        This extension can help you to export blogs in Medium to markdown format files. And you can copy the text with just a click. And the extension is going to support more websites. Your suggestion is appreciated.

Supported web sites:
https://medium.com
https://www.elastic.co/blog
https://logz.io/blog

This is a open source project. If you are interested, please go to https://github.com/neal1991/export-to-markdown

Welcome star or pr. Any suggestion is appreciated.                    

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

Tên Export to Markdown Export to Markdown
ID dodkihcbgpjblncjahodbnlgkkflliim
URL Chính Thức https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim
Mô tả This is utilized to export the story in Medium to a markdown format file.
Kích Thước Tệp 20.4 KB
Số Lần Cài Đặt 1,945
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2019-06-12
Ngày Phát Hành 2019-06-10
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển neal
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/neal1991/export-to-markdown
URL Trang Trợ Giúp https://github.com/neal1991/export-to-markdown/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export to Markdown",
    "short_name": "ExportToMarkdown",
    "description": "This is utilized to export the story in Medium to a markdown format file.",
    "version": "0.1.9",
    "icons": {
        "16": "icons\/medium-16.png",
        "48": "icons\/medium-48.png",
        "64": "icons\/medium-64.png",
        "128": "icons\/medium.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Export to Markdown",
        "default_icon": "icons\/medium.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/neal1991\/export-medium"
}