Text to Image Converter

Convert text to picture with a unique background image.

什麼是Text to Image Converter?

Text to Image Converter是由https://worldaddons.com開發的Chrome擴展程式,該擴展的主要功能是“Convert text to picture with a unique background image.”。

擴展截圖

screenshot

下載Text to Image Converter擴展crx文件

下載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 Text to Image Converter
ID lpklimaihcbbloljjkpnpdgchkkgipib
官方網址 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"
    }
}