Text to Image

Provides an easy way to create image out of texts.

Qu'est-ce que Text to Image ?

Text to Image est une extension Chrome développée par rroberto.rruiz, et sa fonction principale est "Provides an easy way to create image out of texts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text to Image

Téléchargez les fichiers d'extension Text to Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
URL Officiel https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
Description Provides an easy way to create image out of texts.
Taille du Fichier 102 KB
Nombre d'Installations 32
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-07-06
Date de Publication 2017-07-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur rroberto.rruiz
Type de Paiement free
Site Web de l'Extension https://github.com/mortaldraw/FuriganaToImageChrome
Langues Prises en Charge 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"
    ]
}