Talking Image

Play audio from images with appended Ogg / Mp3 files

Qu'est-ce que Talking Image ?

Talking Image est une extension Chrome développée par Hage Yaapa, et sa fonction principale est "Play audio from images with appended Ogg / Mp3 files".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Talking Image

Téléchargez les fichiers d'extension Talking Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Example images:

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

Informations de Base sur l'Extension

Nom Talking Image Talking Image
ID fbfmcblhmlkgghbhligndabjfmmhleke
URL Officiel https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke
Description Play audio from images with appended Ogg / Mp3 files
Taille du Fichier 42.92 KB
Nombre d'Installations 35
Version Actuelle 0.1.2
Dernière Mise à Jour 2013-08-22
Date de Publication 2013-08-22
Développeur Hage Yaapa
Type de Paiement free
Site Web de l'Extension https://github.com/hacksparrow/talking-image-chrome
URL de la Page d'Aide https://github.com/hacksparrow/talking-image-chrome
Langues Prises en Charge 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"
}