Talking Image

Play audio from images with appended Ogg / Mp3 files

Talking Imageคืออะไร?

Talking Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hage Yaapa และคุณลักษณะหลักของมันคือ "Play audio from images with appended Ogg / Mp3 files"

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

screenshot
screenshot

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

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

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

                        Example images:

http://oi40.tinypic.com/1233w3c.jpg
http://imgur.com/4Mtq2p3                    

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

ชื่อ Talking Image Talking Image
ID fbfmcblhmlkgghbhligndabjfmmhleke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke
คำอธิบาย Play audio from images with appended Ogg / Mp3 files
ขนาดไฟล์ 42.92 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2013-08-22
วันที่เผยแพร่ 2013-08-22
ผู้พัฒนา Hage Yaapa
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hacksparrow/talking-image-chrome
URL หน้าช่วยเหลือ https://github.com/hacksparrow/talking-image-chrome
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Talking Image",
    "version": "0.1.2",
    "description": "Play audio from images with appended Ogg \/ Mp3 files",
    "author": "Hage Yaapa",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jdataview.js",
                "jbinary.js",
                "talking-image.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "112": "icon-112.png",
        "96": "icon-96.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "homepage_url": "https:\/\/github.com\/hacksparrow\/talking-image-chrome"
}