Captioner
Get subtitles/captions for any video/audio being played.
Captionerとは何ですか?
Captionerはpatil.gajananpsによって開発されたChromeの拡張機能で、その主な機能は「Get subtitles/captions for any video/audio being played.」です。
拡張機能のスクリーンショット
Captioner拡張機能のCRXファイルをダウンロード
Captioner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service. For more information :- https://github.com/gajananpp/captioner
拡張機能の基本情報
名前 | Captioner |
ID | gjcdikfmiodlggkpnllcjbffjfbhfnnn |
公式URL | https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn |
説明 | Get subtitles/captions for any video/audio being played. |
ファイルサイズ | 231 KB |
インストール数 | 193 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-04-05 |
公開日 | 2022-04-05 |
開発者 | patil.gajananps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gajananpp/captioner |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Captioner", "version": "0.0.1", "description": "Get subtitles\/captions for any video\/audio being played.", "background": { "service_worker": "background.js" }, "action": { "default_popup": "action.html" }, "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png", "256": "logo.png" }, "permissions": [ "activeTab", "scripting" ] } |