Transcription Helper
Simple extension that helps to transcribe audio documents. It works purely local and does not send off any information.
Co je Transcription Helper?
Transcription Helper je rozšíření Chrome vyvinuté dfa, a jeho hlavní funkcí je „Simple extension that helps to transcribe audio documents. It works purely local and does not send off any information.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Transcription Helper
Stáhněte si soubory rozšíření Transcription Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Helper extension for transcribing audio files. The extension allows to load audio files and use keyboard shortcuts to increase/decrease the speed and rewind the audio. The shortcuts are: Play/Pause: Ctrl+Alt+P Rewind: Ctrl+Alt+B Slower: Ctrl+Alt+S Faster: Ctrl+Alt+F Load an audio file by either right clicking on a link to such a file and choosing "Load in Transcription Helper" or pasting the URL in the extension pop-up (click the symbol next to the URL bar). The extension works in the background, so you can transcribe in your favourite cloud editor.
Základní Informace o Rozšíření
Název | Transcription Helper |
ID | chmkgbchecaliljnmpkdencihbopeodo |
Oficiální URL | https://chromewebstore.google.com/detail/transcription-helper/chmkgbchecaliljnmpkdencihbopeodo |
Popis | Simple extension that helps to transcribe audio documents. It works purely local and does not send off any information. |
Velikost souboru | 913 KB |
Počet instalací | 1,470 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2012-08-14 |
Datum Vydání | 2012-08-14 |
Hodnocení | 2.29/5 Celkem 14 Hodnocení |
Vývojář | dfa |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Transcription Helper", "version": "1.2", "manifest_version": 2, "description": "Simple extension that helps to transcribe audio documents. It works purely local and does not send off any information.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "128": "icon_128.png" }, "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "matches": [ " |