Export to Markdown
This is utilized to export the story in Medium to a markdown format file.
什麼是Export to Markdown?
Export to Markdown是由neal開發的Chrome擴展程式,該擴展的主要功能是“This is utilized to export the story in Medium to a markdown format file.”。
擴展截圖
下載Export to Markdown擴展crx文件
下載Export to Markdown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | dodkihcbgpjblncjahodbnlgkkflliim |
| 官方網址 | https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim |
| 簡介 | This is utilized to export the story in Medium to a markdown format file. |
| 檔案大小 | 20.4 KB |
| 安裝次數 | 1,945 |
| 目前版本 | 0.1.9 |
| 更新時間 | 2019-06-12 |
| 上架時間 | 2019-06-10 |
| 評分 | 4.27/5 共 11 次評分 |
| 開發者 | neal |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/neal1991/export-to-markdown |
| 說明頁面URL | https://github.com/neal1991/export-to-markdown/issues |
| 支援的語言 | 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"
} | |