Text to Image

Provides an easy way to create image out of texts.

Apa itu Text to Image?

Text to Image adalah ekstensi Chrome yang dikembangkan oleh rroberto.rruiz, dan fitur utamanya adalah "Provides an easy way to create image out of texts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text to Image

Unduh file ekstensi Text to Image dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Text to Image Text to Image
ID pgmlninbkpmnohpniomflhdpjapkiida
URL Resmi https://chrome.google.com/webstore/detail/text-to-image/pgmlninbkpmnohpniomflhdpjapkiida
Deskripsi Provides an easy way to create image out of texts.
Ukuran File 102 KB
Jumlah Instalasi 32
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-07-06
Tanggal Publikasi 2017-07-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang rroberto.rruiz
Tipe Pembayaran free
Situs Ekstensi https://github.com/mortaldraw/FuriganaToImageChrome
Bahasa yang Didukung 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"
    ]
}