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 拡張機能の基本情報
| 名前 | |
| ID | fbfmcblhmlkgghbhligndabjfmmhleke |
| 公式URL | 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"
} | |