Embed Code Generator

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

Wat is Embed Code Generator?

Embed Code Generator is een Chrome-extensie ontwikkeld door https://hahahumble.com, en de belangrijkste functie is "Generate Markdown embed code and HTML embed code from the image link.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Embed Code Generator

Download Embed Code Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
Officiële URL https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Beschrijving Generate Markdown embed code and HTML embed code from the image link.
Bestandsgrootte 479 KB
Aantal Installaties 1,469
Huidige Versie 0.2.2
Laatst Bijgewerkt 2022-12-03
Publicatiedatum 2022-08-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://hahahumble.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hahahumble.gitbook.io/embed-code-generator/
Help Pagina-URL https://hahahumble.gitbook.io/embed-code-generator/
Ondersteunde Talen 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"
}