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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ✨ 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/
عنوان صفحة المساعدة 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"
}