Embed Code Generator

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

Embed Code Generator क्या है?

Embed Code Generator https://hahahumble.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate Markdown embed code and HTML embed code from the image link."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Embed Code Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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"
}