Embed Code Generator

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

What is Embed Code Generator?

Embed Code Generator is a Chrome extension developed by https://hahahumble.com, and its main feature is "Generate Markdown embed code and HTML embed code from the image link.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Embed Code Generator Extension CRX File

Download Embed Code Generator 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

                        ✨ 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/                    

Extension Basic Information

Name Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
Official URL https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Description Generate Markdown embed code and HTML embed code from the image link.
File Size 479 KB
Installation Count 1,469
Current Version 0.2.2
Last Updated 2022-12-03
Publish Date 2022-08-22
Rating 5.00/5 Total 1 Ratings
Developer https://hahahumble.com
Email [email protected]
Payment Type free
Extension Website https://hahahumble.gitbook.io/embed-code-generator/
Help Page URL https://hahahumble.gitbook.io/embed-code-generator/
Supported Languages 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"
}