Embed Code Generator
Generate Markdown embed code and HTML embed code from the image link.
Co to jest Embed Code Generator?
Embed Code Generator to rozszerzenie Chrome opracowane przez https://hahahumble.com, a jego główną funkcją jest „Generate Markdown embed code and HTML embed code from the image link.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Embed Code Generator
Pobierz pliki rozszerzeń Embed Code Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
✨ 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/
Podstawowe informacje o rozszerzeniu
Nazwa | Embed Code Generator |
ID | gehmkcpheppegfiiejclnfkhahakclph |
Oficjalny URL | https://chromewebstore.google.com/detail/embed-code-generator/gehmkcpheppegfiiejclnfkhahakclph |
Opis | Generate Markdown embed code and HTML embed code from the image link. |
Rozmiar pliku | 479 KB |
Liczba instalacji | 1,469 |
Aktualna Wersja | 0.2.2 |
Ostatnia Aktualizacja | 2022-12-03 |
Data Publikacji | 2022-08-22 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://hahahumble.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://hahahumble.gitbook.io/embed-code-generator/ |
Adres URL Strony Pomocy | https://hahahumble.gitbook.io/embed-code-generator/ |
Obsługiwane Języki | 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" } |