Text to Image Converter
Convert text to picture with a unique background image.
Τι είναι το Text to Image Converter;
Το Text to Image Converter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://worldaddons.com, και η κύρια λειτουργία του είναι "Convert text to picture with a unique background image.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Text to Image Converter
Λήψη αρχείων επέκτασης Text to Image Converter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The "Text to Image Converter" extension transforms any text into an image file. Open the plugin's interface, type your desired text, and apply formatting using the top toolbar. You may also add a background picture or color to the text field. Once you've finished, hit - Convert - on the bottom right hand side of the screen to save your work as a PNG file on your computer. The installation location is determined by where you installed Pixlr Express 2 On Your PC earlier in this guide.) The image displayed in your browser's title bar is not the desired size. You may notice that it fits very well for most webpages and blogs, but it won't work for all websites. If you wish to change the size of this addon's interface, be sure to reduce its width or height as needed (but not both). This add-on utilizes an opensource library called html2canvas to convert an HTML element into a picture.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Text to Image Converter |
ID | lpklimaihcbbloljjkpnpdgchkkgipib |
Επίσημο URL | https://chromewebstore.google.com/detail/text-to-image-converter/lpklimaihcbbloljjkpnpdgchkkgipib |
Περιγραφή | Convert text to picture with a unique background image. |
Μέγεθος Αρχείου | 271 KB |
Αριθμός Εγκαταστάσεων | 119 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2022-05-21 |
Ημερομηνία Δημοσίευσης | 2022-05-20 |
Αξιολόγηση | 4.94/5 Συνολικά 17 Αξιολογήσεις |
Προγραμματιστής | https://worldaddons.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://worldaddons.com/text-to-image-converter/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://worldaddons.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://worldaddons.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Text to Image Converter", "short_name": "text-to-image-converter", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/text-to-image-converter\/", "description": "Convert text to picture with a unique background image.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Text to Image Converter", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png" } }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |