Text to Image Converter

Convert text to picture with a unique background image.

Text to Image Converter là gì?

Text to Image Converter là một tiện ích mở rộng Chrome được phát triển bởi https://worldaddons.com, và tính năng chính của nó là "Convert text to picture with a unique background image.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text to Image Converter

Tải xuống các tệp mở rộng Text to Image Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text to Image Converter Text to Image Converter
ID lpklimaihcbbloljjkpnpdgchkkgipib
URL Chính Thức https://chromewebstore.google.com/detail/text-to-image-converter/lpklimaihcbbloljjkpnpdgchkkgipib
Mô tả Convert text to picture with a unique background image.
Kích Thước Tệp 271 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-05-21
Ngày Phát Hành 2022-05-20
Đánh Giá 4.94/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://worldaddons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://worldaddons.com/text-to-image-converter/
URL Trang Trợ Giúp https://worldaddons.com/contact/
URL Trang Chính Sách Bảo Mật https://worldaddons.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}