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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } |