MMA transcript logger
MMA transcript logger
MMA transcript loggerとは何ですか?
MMA transcript loggerはbeomjoo90によって開発されたChromeの拡張機能で、その主な機能は「MMA transcript logger」です。
拡張機能のスクリーンショット
MMA transcript logger拡張機能のCRXファイルをダウンロード
MMA transcript logger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
version 0.2.6 - updated for newer hangout layout This extension allows users to record your google hangout chat messages to a browser local storage. This will be activated only when you use Google hangout. After the recording, you may copy the recorded messages via a simple UI under Google Hangout extension page and paste them to your text editor. After the use, you may remove your chat logs from the local storage, by clicking 'Flush Distory'. A detailed information how to use this extension is available from the following link: http://www.geovid.org/exp/doc/transcript_logger.md Since it also sends the messages to our hosted web server automatically(http://api.geovid.org), please do not install this extension if you do not want to log them. This is mainly developed for recording all hangout messages during the operation of MMA image, video, or website software, whose infromation is also available from the following:. http://multimodal-analysis.com/products/multimodal-analysis-image/
拡張機能の基本情報
名前 | |
ID | jhokjnmgddalpndnkdpknboeihhaeiia |
公式URL | https://chrome.google.com/webstore/detail/mma-transcript-logger/jhokjnmgddalpndnkdpknboeihhaeiia |
説明 | MMA transcript logger |
ファイルサイズ | 74.24 KB |
インストール数 | 48 |
現在のバージョン | 0.2.6 |
最終更新日 | 2013-02-14 |
公開日 | 2013-02-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | beomjoo90 |
支払い方法 | free |
拡張機能のウェブサイト | http://multimodal-analysis.com/products/multimodal-analysis-image/ |
ヘルプページのURL | http://www.geovid.org/exp/doc/transcript_logger.md |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MMA transcript logger", "version": "0.2.6", "description": "MMA transcript logger", "icons": { "128": "img\/MMA_ts.png" }, "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "js\/jquery-1.9.min.js", "js\/json2.min.js", "js\/jquery.store.js", "html\/contentscript.js" ] } ], "permissions": [ "unlimitedStorage", "storage", "https:\/\/plus.google.com\/", "http:\/\/code.jquery.com\/", "http:\/\/api.geovid.org\/" ] } |