Talking Image

Play audio from images with appended Ogg / Mp3 files

什么是Talking Image?

Talking Image是由Hage Yaapa开发的Chrome扩展程序,该扩展的主要功能是“Play audio from images with appended Ogg / Mp3 files”。

扩展截图

screenshot
screenshot

下载Talking Image扩展crx文件

下载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"
}