simple translate - google网页翻译
google网页翻译
什么是simple translate - google网页翻译?
simple translate - google网页翻译是由xxxxst开发的Chrome扩展程序,该扩展的主要功能是“google网页翻译”。
扩展截图
下载simple translate - google网页翻译扩展crx文件
下载simple translate - google网页翻译扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
simple translate - google网页翻译 在新标签页中打开google网页翻译界面:https://translate.google.com/translate?... source code https://github.com/xxxxst/chromeExtensionSimpleTranslate
扩展基本信息
名称 | simple translate - google网页翻译 |
ID | jnnifhpbkkodhfneckeloephjcopmlcd |
官方URL | https://chromewebstore.google.com/detail/simple-translate-google%E7%BD%91%E9%A1%B5/jnnifhpbkkodhfneckeloephjcopmlcd |
简介 | google网页翻译 |
文件大小 | 12.62 KB |
安装次数 | 3,000 |
当前版本 | 1.0.2 |
更新时间 | 2018-12-11 |
上架时间 | 2018-12-10 |
评分 | 3.00/5 共1次评分 |
开发者 | xxxxst |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simple translate - google\u7f51\u9875\u7ffb\u8bd1", "version": "1.0.2", "manifest_version": 2, "description": "google\u7f51\u9875\u7ffb\u8bd1", "background": { "scripts": [ "popup.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon24.png", "": "" }, "permissions": [ "tabs" ] } |