Imedical Transcription Extension

Complementary extension of the imedical's Transcription web platform application

Imedical Transcription Extension란 무엇입니까?

Imedical Transcription Extension은(는) i-medical에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Complementary extension of the imedical's Transcription web platform application"입니다.

Imedical Transcription Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Imedical Transcription Extension Imedical Transcription Extension
ID imfpohhlkpglnodbojepcffgnnajceab
공식 URL https://chrome.google.com/webstore/detail/imedical-transcription-ex/imfpohhlkpglnodbojepcffgnnajceab
설명 Complementary extension of the imedical's Transcription web platform application
파일 크기 75.01 KB
설치 횟수 37
현재 버전 1.1
최근 업데이트 2016-08-29
출시 날짜 2016-08-29
개발자 i-medical
이메일 [email protected]
결제 유형 free
지원되는 언어 pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imedical Transcription Extension",
    "description": "Complementary extension of the imedical's Transcription web platform application",
    "icons": {
        "16": "i-medical16.png",
        "48": "i-medical48.png",
        "128": "i-medical128.png"
    },
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "pedal-forward-hotkey": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "Pedal forward audio command."
        },
        "pedal-rewind-hotkey": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            },
            "description": "Pedal rewind audio command."
        },
        "pedal-playpause-hotkey": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Pedal play\/pause audio command."
        },
        "pedal-stop-hotkey": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Ctrl+M"
            },
            "description": "Pedal stop audio command."
        }
    }
}