Embed Code Generator

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

Was ist Embed Code Generator?

Embed Code Generator ist eine Chrome-Erweiterung, die von https://hahahumble.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate Markdown embed code and HTML embed code from the image link.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Embed Code Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Embed Code Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
Offizielle URL https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Beschreibung Generate Markdown embed code and HTML embed code from the image link.
Dateigröße 479 KB
Installationsanzahl 1,469
Aktuelle Version 0.2.2
Letztes Update 2022-12-03
Veröffentlichungsdatum 2022-08-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://hahahumble.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hahahumble.gitbook.io/embed-code-generator/
Hilfeseite URL https://hahahumble.gitbook.io/embed-code-generator/
Unterstützte Sprachen 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"
}