Talking Image
Play audio from images with appended Ogg / Mp3 files
Cos'è Talking Image?
Talking Image è un'estensione di Chrome sviluppata da Hage Yaapa, e la sua funzione principale è "Play audio from images with appended Ogg / Mp3 files".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talking Image
Scarica i file di estensione Talking Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Example images:
http://oi40.tinypic.com/1233w3c.jpg
http://imgur.com/4Mtq2p3 Informazioni di Base sull'Estensione
| Nome | |
| ID | fbfmcblhmlkgghbhligndabjfmmhleke |
| URL Ufficiale | https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke |
| Descrizione | Play audio from images with appended Ogg / Mp3 files |
| Dimensione del File | 42.92 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2013-08-22 |
| Data di Pubblicazione | 2013-08-22 |
| Sviluppatore | Hage Yaapa |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/hacksparrow/talking-image-chrome |
| URL della Pagina di Aiuto | https://github.com/hacksparrow/talking-image-chrome |
| Lingue Supportate | 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"
} | |