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