OneLink Demo Tool
OneLink Demo Tool
OneLink Demo Toolとは何ですか?
OneLink Demo ToolはTransPerfectによって開発されたChromeの拡張機能で、その主な機能は「OneLink Demo Tool」です。
拡張機能のスクリーンショット
OneLink Demo Tool拡張機能のCRXファイルをダウンロード
OneLink Demo Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For OneLink demos and POCs by TransPerfect program managers. Login with your OneLink User Key to access the TransPerfect OneLink web page translation capabilities and demonstrate instant web page translations into multiple languages.
拡張機能の基本情報
名前 | OneLink Demo Tool |
ID | legbplkahccgpcgdaojoobmgfjimahlj |
公式URL | https://chromewebstore.google.com/detail/onelink-demo-tool/legbplkahccgpcgdaojoobmgfjimahlj |
説明 | OneLink Demo Tool |
ファイルサイズ | 69.7 KB |
インストール数 | 74 |
現在のバージョン | 3.0.10 |
最終更新日 | 2023-12-21 |
公開日 | 2020-06-24 |
開発者 | TransPerfect |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.transperfect.com/about/data-privacy-client-tech-user |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OneLink Demo Tool", "version": "3.0.10", "description": "OneLink Demo Tool", "permissions": [ "activeTab", "storage", "scripting" ], "options_page": "options.html", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "environments.js", "js\/moxie.min.js", "js\/injection.js" ] } ], "action": { "default_title": "OneLink Demo Tool", "default_popup": "main.html", "default_icon": "images\/ODT-fav.png" }, "icons": { "48": "images\/ODT-48.png", "128": "images\/ODT-128.png" }, "web_accessible_resources": [ { "resources": [ "js\/shadowdomlistener.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 3 } |