Text to Image

This extension replaces text urls that link to images with the actual images inline.

Text to Imageคืออะไร?

Text to Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.resolutedreamer.com และคุณลักษณะหลักของมันคือ "This extension replaces text urls that link to images with the actual images inline."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text to Image

ดาวน์โหลดไฟล์ส่วนขยาย Text to Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Version 1.1.1: Fixed bug where all text in an element would get overwritten instead of only the url for the image. Added a line break before the image for readability. Removed debug messages from console.

Version 1.0: Basic functionality                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Text to Image Text to Image
ID lpjgbeojljepdicbkcblehdglogbceck
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-to-image/lpjgbeojljepdicbkcblehdglogbceck
คำอธิบาย This extension replaces text urls that link to images with the actual images inline.
ขนาดไฟล์ 3.75 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2016-08-25
วันที่เผยแพร่ 2016-08-25
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.resolutedreamer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to Image",
    "description": "This extension replaces text urls that link to images with the actual images inline.",
    "version": "1.1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}