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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |