Textify
Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.
Textify là gì?
Textify là một tiện ích mở rộng Chrome được phát triển bởi https://textify.cc, và tính năng chính của nó là "Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Textify
Tải xuống các tệp mở rộng Textify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Textify extension lets you stream live captions between any browser tab in any browser window.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Textify |
ID | bmgeoickdkceegcemaohalboegigahbg |
URL Chính Thức | https://chromewebstore.google.com/detail/textify/bmgeoickdkceegcemaohalboegigahbg |
Mô tả | Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab. |
Kích Thước Tệp | 48.84 KB |
Số Lần Cài Đặt | 1,414 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2020-05-16 |
Ngày Phát Hành | 2020-05-15 |
Đánh Giá | 1.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://textify.cc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://textify.cc |
URL Trang Trợ Giúp | https://textify.cc |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.0.4", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "options_page": "pages\/options.html", "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "minimum_chrome_version": "10.0", "devtools_page": "pages\/devtools.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [] } |