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 京东启明星, 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
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 is utilized to export the story in Medium to a markdown format file.将网页中的文章转换成 Markdown。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Export to Markdown(掘金翻译计划版) |
ID | olfhadgfelbdikjlnejcfjeockobpijm |
URL Chính Thức | 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 |
Mô tả | This is utilized to export the story in Medium to a markdown format file. |
Kích Thước Tệp | 31.86 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 0.5.7 |
Cập Nhật Lần Cuối | 2022-10-28 |
Ngày Phát Hành | 2019-10-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 京东启明星 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sunui/export-to-markdown |
URL Trang Trợ Giúp | https://github.com/sunui/export-to-markdown |
Ngôn Ngữ Được Hỗ Trợ | 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." } |