Talking Image
Play audio from images with appended Ogg / Mp3 files
Co to jest Talking Image?
Talking Image to rozszerzenie Chrome opracowane przez Hage Yaapa, a jego główną funkcją jest „Play audio from images with appended Ogg / Mp3 files”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Talking Image
Pobierz pliki rozszerzeń Talking Image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Example images: http://oi40.tinypic.com/1233w3c.jpg http://imgur.com/4Mtq2p3
Podstawowe informacje o rozszerzeniu
Nazwa | Talking Image |
ID | fbfmcblhmlkgghbhligndabjfmmhleke |
Oficjalny URL | https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke |
Opis | Play audio from images with appended Ogg / Mp3 files |
Rozmiar pliku | 42.92 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2013-08-22 |
Data Publikacji | 2013-08-22 |
Deweloper | Hage Yaapa |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hacksparrow/talking-image-chrome |
Adres URL Strony Pomocy | https://github.com/hacksparrow/talking-image-chrome |
Obsługiwane Języki | 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" } |