MMA transcript logger

MMA transcript logger

MMA transcript logger là gì?

MMA transcript logger là một tiện ích mở rộng Chrome được phát triển bởi beomjoo90, và tính năng chính của nó là "MMA transcript logger".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MMA transcript logger

Tải xuống các tệp mở rộng MMA transcript logger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MMA transcript logger MMA transcript logger
ID jhokjnmgddalpndnkdpknboeihhaeiia
URL Chính Thức https://chrome.google.com/webstore/detail/mma-transcript-logger/jhokjnmgddalpndnkdpknboeihhaeiia
Mô tả MMA transcript logger
Kích Thước Tệp 74.24 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2013-02-14
Ngày Phát Hành 2013-02-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển beomjoo90
Loại Thanh Toán free
Trang Web Mở Rộng http://multimodal-analysis.com/products/multimodal-analysis-image/
URL Trang Trợ Giúp http://www.geovid.org/exp/doc/transcript_logger.md
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}