Text to Image

Provides an easy way to create image out of texts.

Что такое Text to Image?

Text to Image - это расширение Chrome, разработанное rroberto.rruiz, и его основная функция - "Provides an easy way to create image out of texts.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Text to Image

Скачайте файлы расширений Text to Image в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
Официальный URL https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
Описание Provides an easy way to create image out of texts.
Размер файла 102 KB
Количество установок 32
Текущая Версия 1.0.1
Последнее Обновление 2017-07-06
Дата публикации 2017-07-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик rroberto.rruiz
Тип оплаты free
Официальный сайт расширения https://github.com/mortaldraw/FuriganaToImageChrome
Поддерживаемые языки 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"
    ]
}