Captioner
Get subtitles/captions for any video/audio being played.
Wat is Captioner?
Captioner is een Chrome-extensie ontwikkeld door patil.gajananps, en de belangrijkste functie is "Get subtitles/captions for any video/audio being played.".
Extensie Screenshots
Download het CRX-bestand van de extensie Captioner
Download Captioner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service. For more information :- https://github.com/gajananpp/captioner
Basisinformatie over de Extensie
Naam | Captioner |
ID | gjcdikfmiodlggkpnllcjbffjfbhfnnn |
Officiële URL | https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn |
Beschrijving | Get subtitles/captions for any video/audio being played. |
Bestandsgrootte | 231 KB |
Aantal Installaties | 193 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2022-04-05 |
Publicatiedatum | 2022-04-05 |
Ontwikkelaar | patil.gajananps |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gajananpp/captioner |
Ondersteunde Talen | 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" ] } |