Space Live Caption Viewer
View Twitter Space caption
Space Live Caption Viewer क्या है?
Space Live Caption Viewer akinori.oyama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Twitter Space caption"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Space Live Caption Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension will show the most part of current live caption in Twitter Space as a preliminary, tentative measure to expand the visible area in a separate area. Version 0.0.1.0 will show all the captions that include previously captioned lines. Version 0.0.1.2 automatically start space and its capturing of caption upon the availability of a space shown as outer circle of Twitter profile. The option is configurable under "Auto start space...".
एक्सटेंशन की मूल जानकारी
नाम | Space Live Caption Viewer |
ID | ambiinlkilpoeeolkiklengjdekaihog |
आधिकारिक URL | https://chromewebstore.google.com/detail/space-live-caption-viewer/ambiinlkilpoeeolkiklengjdekaihog |
विवरण | View Twitter Space caption |
फ़ाइल का आकार | 20.03 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 0.0.1.2 |
अंतिम अपडेट | 2022-07-05 |
प्रकाशन तिथि | 2021-12-14 |
डेवलपर | akinori.oyama |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://akinorioyama.com/live-caption-viewer |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Space Live Caption Viewer", "options_ui": { "page": "options.html", "open_in_tab": false, "js": "options.js" }, "description": "View Twitter Space caption", "version": "0.0.1.2", "icons": { "128": "icons\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "inject.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "options.js", "options.html", "icons\/icon_config.png", "icons\/icon_show.png" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "manifest_version": 3 } |