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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 HTML to Markdown HTML to Markdown
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
Eメール [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"
    ]
}