Textify
Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.
什么是Textify?
Textify是由https://textify.cc开发的Chrome扩展程序,该扩展的主要功能是“Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab.”。
扩展截图
下载Textify扩展crx文件
下载Textify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Textify extension lets you stream live captions between any browser tab in any browser window.
扩展基本信息
名称 | Textify |
ID | bmgeoickdkceegcemaohalboegigahbg |
官方URL | https://chromewebstore.google.com/detail/textify/bmgeoickdkceegcemaohalboegigahbg |
简介 | Live stream speech-to-text captions between users across browsers. Use this extension to show Textify captions in any browser tab. |
文件大小 | 48.84 KB |
安装次数 | 1,414 |
当前版本 | 0.0.4 |
更新时间 | 2020-05-16 |
上架时间 | 2020-05-15 |
评分 | 1.80/5 共5次评分 |
开发者 | https://textify.cc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://textify.cc |
帮助页面URL | https://textify.cc |
支持的语言 | 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": [] } |