Embed Code Generator

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

Cos'è Embed Code Generator?

Embed Code Generator è un'estensione di Chrome sviluppata da https://hahahumble.com, e la sua funzione principale è "Generate Markdown embed code and HTML embed code from the image link.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Embed Code Generator

Scarica i file di estensione Embed Code Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
URL Ufficiale https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Descrizione Generate Markdown embed code and HTML embed code from the image link.
Dimensione del File 479 KB
Conteggio Installazioni 1,469
Versione Corrente 0.2.2
Ultimo Aggiornamento 2022-12-03
Data di Pubblicazione 2022-08-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://hahahumble.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hahahumble.gitbook.io/embed-code-generator/
URL della Pagina di Aiuto https://hahahumble.gitbook.io/embed-code-generator/
Lingue Supportate 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"
}