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
官方網址 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"
}