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" ] } ] } |