HTML to Markdown
Translate a selected HTML text to equivalent markdown format
What is HTML to Markdown?
HTML to Markdown is a Chrome extension developed by https://github.com/geraldnguyen, and its main feature is "Translate a selected HTML text to equivalent markdown format".
Extension Screenshots
Download HTML to Markdown Extension CRX File
Download HTML to Markdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HTML to Markdown |
ID | kgfecdionnddbhjfeanngjbpnnglnpho |
Official URL | https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho |
Description | Translate a selected HTML text to equivalent markdown format |
File Size | 3.41 MB |
Installation Count | 1,000 |
Current Version | 2.0 |
Last Updated | 2021-06-06 |
Publish Date | 2021-02-22 |
Rating | 4.00/5 Total 3 Ratings |
Developer | https://github.com/geraldnguyen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |