Embed Code Generator

Generate Markdown embed code and HTML embed code from the image link.

Embed Code Generatorとは何ですか?

Embed Code Generatorはhttps://hahahumble.comによって開発されたChromeの拡張機能で、その主な機能は「Generate Markdown embed code and HTML embed code from the image link.」です。

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

screenshot
screenshot
screenshot
screenshot

Embed Code Generator拡張機能のCRXファイルをダウンロード

Embed Code Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✨ Features
* ⚡️ Quickly generate Markdown and HTML embed code from the image link.
* ⭐️ Copy the generated code with one click.
* 🔧 Customize the output embed code.
* 🌛 Beautiful user interface and supports dark mode.
* 📦 Automatically convert Dropbox share link into download link.
* 🤖️ Automatically extract URL from your clipboard.

🌟 Update
- Version 0.2.2
* 🐛 Fixed some bugs
* 🏞️ Update the app icon

❗️ Notice
* This extension required the "storage" and "clipboard" privilege. It won't collect, read or transmit any data of any kind.

🚀 Quick Links
* 📖 Official tutorial: https://hahahumble.gitbook.io/embed-code-generator/                    

拡張機能の基本情報

名前 Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
公式URL https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
説明 Generate Markdown embed code and HTML embed code from the image link.
ファイルサイズ 479 KB
インストール数 1,469
現在のバージョン 0.2.2
最終更新日 2022-12-03
公開日 2022-08-22
評価 5.00/5 合計 1 レビュー
開発者 https://hahahumble.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hahahumble.gitbook.io/embed-code-generator/
ヘルプページのURL https://hahahumble.gitbook.io/embed-code-generator/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": " Embed Code Generator",
    "version": "0.2.2",
    "description": "Generate Markdown embed code and HTML embed code from the image link.",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "icons": {
        "128": "icon128.png",
        "196": "icon196.png"
    },
    "action": {
        "default_icon": {
            "192": "icon196.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}