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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |