Text to Image Converter

Convert text to picture with a unique background image.

Text to Image Converter क्या है?

Text to Image Converter https://worldaddons.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert text to picture with a unique background image."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Text to Image Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}