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 |
| 公式URL | 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 |
| Eメール | [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"
} | |