Embed Code Generator
Generate Markdown embed code and HTML embed code from the image link.
Co je Embed Code Generator?
Embed Code Generator je rozšíření Chrome vyvinuté https://hahahumble.com, a jeho hlavní funkcí je „Generate Markdown embed code and HTML embed code from the image link.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Embed Code Generator
Stáhněte si soubory rozšíření Embed Code Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
✨ 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/
Základní Informace o Rozšíření
Název | Embed Code Generator |
ID | gehmkcpheppegfiiejclnfkhahakclph |
Oficiální URL | https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph |
Popis | Generate Markdown embed code and HTML embed code from the image link. |
Velikost souboru | 479 KB |
Počet instalací | 1,469 |
Aktuální Verze | 0.2.2 |
Poslední Aktualizace | 2022-12-03 |
Datum Vydání | 2022-08-22 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://hahahumble.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://hahahumble.gitbook.io/embed-code-generator/ |
URL Stránky Nápovědy | https://hahahumble.gitbook.io/embed-code-generator/ |
Podporované Jazyky | 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" } |