MMA transcript logger

MMA transcript logger

MMA transcript logger란 무엇입니까?

MMA transcript logger은(는) beomjoo90에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MMA transcript logger"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

MMA transcript logger 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}