Embed Code Generator

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

O que é Embed Code Generator?

Embed Code Generator é uma extensão do Chrome desenvolvida por https://hahahumble.com, e sua principal característica é "Generate Markdown embed code and HTML embed code from the image link.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Embed Code Generator

Baixe arquivos de extensão Embed Code Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Embed Code Generator Embed Code Generator
ID gehmkcpheppegfiiejclnfkhahakclph
URL Oficial https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph
Descrição Generate Markdown embed code and HTML embed code from the image link.
Tamanho do Arquivo 479 KB
Contagem de Instalações 1,469
Versão Atual 0.2.2
Última Atualização 2022-12-03
Data de Publicação 2022-08-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://hahahumble.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hahahumble.gitbook.io/embed-code-generator/
URL da Página de Ajuda https://hahahumble.gitbook.io/embed-code-generator/
Idiomas Suportados 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"
}