Imedical Transcription Extension
Complementary extension of the imedical's Transcription web platform application
Imedical Transcription Extension là gì?
Imedical Transcription Extension là một tiện ích mở rộng Chrome được phát triển bởi i-medical, và tính năng chính của nó là "Complementary extension of the imedical's Transcription web platform application".
Tải xuống tệp CRX của tiện ích mở rộng Imedical Transcription Extension
Tải xuống các tệp mở rộng Imedical Transcription Extension 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | imfpohhlkpglnodbojepcffgnnajceab |
URL Chính Thức | https://chrome.google.com/webstore/detail/imedical-transcription-ex/imfpohhlkpglnodbojepcffgnnajceab |
Mô tả | Complementary extension of the imedical's Transcription web platform application |
Kích Thước Tệp | 75.01 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-08-29 |
Ngày Phát Hành | 2016-08-29 |
Nhà Phát Triển | i-medical |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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." } } } |