Talking Image
Play audio from images with appended Ogg / Mp3 files
什麼是Talking Image?
Talking Image是由Hage Yaapa開發的Chrome擴展程式,該擴展的主要功能是“Play audio from images with appended Ogg / Mp3 files”。
擴展截圖
下載Talking Image擴展crx文件
下載Talking Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Example images: http://oi40.tinypic.com/1233w3c.jpg http://imgur.com/4Mtq2p3
擴展基本資訊
名稱 | Talking Image |
ID | fbfmcblhmlkgghbhligndabjfmmhleke |
官方網址 | https://chromewebstore.google.com/detail/talking-image/fbfmcblhmlkgghbhligndabjfmmhleke |
簡介 | Play audio from images with appended Ogg / Mp3 files |
檔案大小 | 42.92 KB |
安裝次數 | 35 |
目前版本 | 0.1.2 |
更新時間 | 2013-08-22 |
上架時間 | 2013-08-22 |
開發者 | Hage Yaapa |
付費類型 | free |
擴展官網 | https://github.com/hacksparrow/talking-image-chrome |
說明頁面URL | https://github.com/hacksparrow/talking-image-chrome |
支援的語言 | 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" } |