Talking Image

Play audio from images with appended Ogg / Mp3 files

What is Talking Image?

Talking Image is a Chrome extension developed by Hage Yaapa, and its main feature is "Play audio from images with appended Ogg / Mp3 files".

Extension Screenshots

screenshot
screenshot

Download Talking Image Extension CRX File

Download Talking Image extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Example images:

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

Extension Basic Information

Name Talking Image Talking Image
ID fbfmcblhmlkgghbhligndabjfmmhleke
Official URL https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke
Description Play audio from images with appended Ogg / Mp3 files
File Size 42.92 KB
Installation Count 35
Current Version 0.1.2
Last Updated 2013-08-22
Publish Date 2013-08-22
Developer Hage Yaapa
Payment Type free
Extension Website https://github.com/hacksparrow/talking-image-chrome
Help Page URL https://github.com/hacksparrow/talking-image-chrome
Supported Languages 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"
}