Embed Code Generator

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

Embed Code Generatorคืออะไร?

Embed Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hahahumble.com และคุณลักษณะหลักของมันคือ "Generate Markdown embed code and HTML embed code from the image link."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Embed Code Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}