Talking Image

Play audio from images with appended Ogg / Mp3 files

O que é Talking Image?

Talking Image é uma extensão do Chrome desenvolvida por Hage Yaapa, e sua principal característica é "Play audio from images with appended Ogg / Mp3 files".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Talking Image

Baixe arquivos de extensão Talking Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Example images:

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

Informações Básicas da Extensão

Nome Talking Image Talking Image
ID fbfmcblhmlkgghbhligndabjfmmhleke
URL Oficial https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke
Descrição Play audio from images with appended Ogg / Mp3 files
Tamanho do Arquivo 42.92 KB
Contagem de Instalações 35
Versão Atual 0.1.2
Última Atualização 2013-08-22
Data de Publicação 2013-08-22
Desenvolvedor Hage Yaapa
Tipo de Pagamento free
Site da Extensão https://github.com/hacksparrow/talking-image-chrome
URL da Página de Ajuda https://github.com/hacksparrow/talking-image-chrome
Idiomas Suportados 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"
}