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ファイルをダウンロード

Imedical Transcription Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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
Eメール [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."
        }
    }
}