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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}