Embed Code Generator

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

Qu'est-ce que Embed Code Generator ?

Embed Code Generator est une extension Chrome développée par https://hahahumble.com, et sa fonction principale est "Generate Markdown embed code and HTML embed code from the image link.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Embed Code Generator

Téléchargez les fichiers d'extension Embed Code Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
URL Officiel https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Description Generate Markdown embed code and HTML embed code from the image link.
Taille du Fichier 479 KB
Nombre d'Installations 1,469
Version Actuelle 0.2.2
Dernière Mise à Jour 2022-12-03
Date de Publication 2022-08-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://hahahumble.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hahahumble.gitbook.io/embed-code-generator/
URL de la Page d'Aide https://hahahumble.gitbook.io/embed-code-generator/
Langues Prises en Charge 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"
}