Export to Markdown(掘金翻译计划版)

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

Export to Markdown(掘金翻译计划版)란 무엇입니까?

Export to Markdown(掘金翻译计划版)은(는) 京东启明星에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is utilized to export the story in Medium to a markdown format file."입니다.

확장 프로그램 스크린샷

screenshot

Export to Markdown(掘金翻译计划版) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is utilized to export the story in Medium to a markdown format file.将网页中的文章转换成 Markdown。                    

확장 프로그램 기본 정보

이름 Export to Markdown(掘金翻译计划版) Export to Markdown(掘金翻译计划版)
ID olfhadgfelbdikjlnejcfjeockobpijm
공식 URL https://chromewebstore.google.com/detail/export-to-markdown%EF%BC%88%E6%8E%98%E9%87%91%E7%BF%BB%E8%AF%91%E8%AE%A1%E5%88%92/olfhadgfelbdikjlnejcfjeockobpijm
설명 This is utilized to export the story in Medium to a markdown format file.
파일 크기 31.86 KB
설치 횟수 75
현재 버전 0.5.7
최근 업데이트 2022-10-28
출시 날짜 2019-10-08
평점 5.00/5 총 1 개의 평점
개발자 京东启明星
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sunui/export-to-markdown
도움말 페이지 URL https://github.com/sunui/export-to-markdown
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/xitu\/gold-miner\/new\/master\/article\/2020*"
            ],
            "js": [
                "scripts\/github.js"
            ]
        },
        {
            "matches": [
                "*:\/\/github.com\/xitu\/gold-miner\/issues\/new*"
            ],
            "js": [
                "scripts\/newissue.js"
            ]
        },
        {
            "matches": [
                "*:\/\/github.com\/xitu\/gold-miner*"
            ],
            "js": [
                "scripts\/wiki.js",
                "scripts\/delay.js"
            ]
        }
    ],
    "name": "Export to Markdown\uff08\u6398\u91d1\u7ffb\u8bd1\u8ba1\u5212\u7248\uff09",
    "short_name": "ExportToMarkdown",
    "icons": {
        "128": "icons\/medium.png",
        "64": "icons\/medium-64.png",
        "48": "icons\/medium-48.png",
        "16": "icons\/medium-16.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/sunui\/export-to-markdown",
    "version": "0.5.7",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Export to Markdown\uff08\u6398\u91d1\u7ffb\u8bd1\u8ba1\u5212\u7248\uff09",
        "default_icon": "icons\/medium.png",
        "default_popup": "popup.html"
    },
    "description": "This is utilized to export the story in Medium to a markdown format file."
}