Embed Code Generator

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

Embed Code Generator là gì?

Embed Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://hahahumble.com, và tính năng chính của nó là "Generate Markdown embed code and HTML embed code from the image link.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Embed Code Generator

Tải xuống các tệp mở rộng Embed Code Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
URL Chính Thức https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Mô tả Generate Markdown embed code and HTML embed code from the image link.
Kích Thước Tệp 479 KB
Số Lần Cài Đặt 1,469
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2022-12-03
Ngày Phát Hành 2022-08-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://hahahumble.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hahahumble.gitbook.io/embed-code-generator/
URL Trang Trợ Giúp https://hahahumble.gitbook.io/embed-code-generator/
Ngôn Ngữ Được Hỗ Trợ 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"
}