Embed Code Generator

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

Что такое Embed Code Generator?

Embed Code Generator - это расширение Chrome, разработанное https://hahahumble.com, и его основная функция - "Generate Markdown embed code and HTML embed code from the image link.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Embed Code Generator

Скачайте файлы расширений Embed Code Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ✨ 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"
}