WebTrans
This extension helps you translate contents on any English webpage into Chinese
WebTransとは何ですか?
WebTransはtim-zhongによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you translate contents on any English webpage into Chinese」です。
拡張機能のスクリーンショット
WebTrans拡張機能のCRXファイルをダウンロード
WebTrans拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simply select the text with your cursor and get the accurate Chinese translation in no time! 拡張機能の基本情報
| 名前 | |
| ID | hlamnpcpncjjmeicijmipaidpedgbldj |
| 公式URL | https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj |
| 説明 | This extension helps you translate contents on any English webpage into Chinese |
| ファイルサイズ | 58.35 KB |
| インストール数 | 36 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2019-07-10 |
| 公開日 | 2019-07-10 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | tim-zhong |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://timzhong.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WebTrans",
"description": "This extension helps you translate contents on any English webpage into Chinese",
"version": "0.2",
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
],
"web_accessible_resources": [
"loading.gif"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"webtrans.css"
],
"js": [
"webtrans.js"
]
}
]
} | |