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.」です。
拡張機能のスクリーンショット
Export to Markdown(掘金翻译计划版)拡張機能のCRXファイルをダウンロード
Export to Markdown(掘金翻译计划版)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is utilized to export the story in Medium to a markdown format file.将网页中的文章转换成 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 レビュー |
| 開発者 | 京东启明星 |
| Eメール | [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."
} | |