Talking Image

Play audio from images with appended Ogg / Mp3 files

Wat is Talking Image?

Talking Image is een Chrome-extensie ontwikkeld door Hage Yaapa, en de belangrijkste functie is "Play audio from images with appended Ogg / Mp3 files".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Talking Image

Download Talking Image-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Example images:

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

Basisinformatie over de Extensie

Naam Talking Image Talking Image
ID fbfmcblhmlkgghbhligndabjfmmhleke
Officiële URL https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke
Beschrijving Play audio from images with appended Ogg / Mp3 files
Bestandsgrootte 42.92 KB
Aantal Installaties 35
Huidige Versie 0.1.2
Laatst Bijgewerkt 2013-08-22
Publicatiedatum 2013-08-22
Ontwikkelaar Hage Yaapa
Betalingswijze free
Extensiewebsite https://github.com/hacksparrow/talking-image-chrome
Help Pagina-URL https://github.com/hacksparrow/talking-image-chrome
Ondersteunde Talen 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"
}