HTML to Markdown
Translate a selected HTML text to equivalent markdown format
什么是HTML to Markdown?
HTML to Markdown是由https://github.com/geraldnguyen开发的Chrome扩展程序,该扩展的主要功能是“Translate a selected HTML text to equivalent markdown format”。
扩展截图
下载HTML to Markdown扩展crx文件
下载HTML to Markdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | kgfecdionnddbhjfeanngjbpnnglnpho |
| 官方URL | https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho |
| 简介 | Translate a selected HTML text to equivalent markdown format |
| 文件大小 | 3.41 MB |
| 安装次数 | 1,000 |
| 当前版本 | 2.0 |
| 更新时间 | 2021-06-06 |
| 上架时间 | 2021-02-22 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | https://github.com/geraldnguyen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |