HTML to Markdown
Translate a selected HTML text to equivalent markdown format
HTML to Markdown là gì?
HTML to Markdown là một tiện ích mở rộng Chrome được phát triển bởi https://github.com/geraldnguyen, và tính năng chính của nó là "Translate a selected HTML text to equivalent markdown format".
Ả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 HTML to Markdown
Tải xuống các tệp mở rộng HTML 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
Select and convert headers, paragraphs, images or links on the web into Markdown text quickly and effortlessly Prefer a different markdown favour? Just require a simple converter? Now available in version 2
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTML to Markdown |
ID | kgfecdionnddbhjfeanngjbpnnglnpho |
URL Chính Thức | https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho |
Mô tả | Translate a selected HTML text to equivalent markdown format |
Kích Thước Tệp | 3.41 MB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2021-06-06 |
Ngày Phát Hành | 2021-02-22 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://github.com/geraldnguyen |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to Markdown", "version": "2.0", "description": "Translate a selected HTML text to equivalent markdown format", "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_title": "Translate a selected HTML text to equivalent markdown format" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "clipboardRead", "clipboardWrite", "contextMenus", "storage" ] } |