Text to Image

Provides an easy way to create image out of texts.

What is Text to Image?

Text to Image is a Chrome extension developed by rroberto.rruiz, and its main feature is "Provides an easy way to create image out of texts.".

Extension Screenshots

screenshot

Download Text to Image Extension CRX File

Download Text to Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The main purpose of this extension is to make it easier to write in Furigana (Japanese Kanji with its pronunciation on top) using images, but it can be used for other languages aswell.                    

Extension Basic Information

Name Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
Official URL https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
Description Provides an easy way to create image out of texts.
File Size 102 KB
Installation Count 32
Current Version 1.0.1
Last Updated 2017-07-06
Publish Date 2017-07-06
Rating 5.00/5 Total 2 Ratings
Developer rroberto.rruiz
Payment Type free
Extension Website https://github.com/mortaldraw/FuriganaToImageChrome
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Image",
    "description": "Provides an easy way to create image out of texts.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Make an image out of my text!"
    },
    "icons": {
        "100": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}