MMA transcript logger

MMA transcript logger

什么是MMA transcript logger?

MMA transcript logger是由beomjoo90开发的Chrome扩展程序,该扩展的主要功能是“MMA transcript logger”。

扩展截图

screenshot
screenshot
screenshot

下载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/                    

扩展基本信息

名称 MMA transcript logger MMA transcript logger
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\/"
    ]
}