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
电子邮箱 [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"
}