Text to Image

Provides an easy way to create image out of texts.

Wat is Text to Image?

Text to Image is een Chrome-extensie ontwikkeld door rroberto.rruiz, en de belangrijkste functie is "Provides an easy way to create image out of texts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text to Image

Download Text to Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
Officiële URL https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
Beschrijving Provides an easy way to create image out of texts.
Bestandsgrootte 102 KB
Aantal Installaties 32
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-07-06
Publicatiedatum 2017-07-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar rroberto.rruiz
Betalingswijze free
Extensiewebsite https://github.com/mortaldraw/FuriganaToImageChrome
Ondersteunde Talen 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"
    ]
}