Text to Image

Provides an easy way to create image out of texts.

Co to jest Text to Image?

Text to Image to rozszerzenie Chrome opracowane przez rroberto.rruiz, a jego główną funkcją jest „Provides an easy way to create image out of texts.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Text to Image

Pobierz pliki rozszerzeń Text to Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
Oficjalny URL https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
Opis Provides an easy way to create image out of texts.
Rozmiar pliku 102 KB
Liczba instalacji 32
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2017-07-06
Data Publikacji 2017-07-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper rroberto.rruiz
Typ Płatności free
Strona Rozszerzenia https://github.com/mortaldraw/FuriganaToImageChrome
Obsługiwane Języki 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"
    ]
}