simple translate - google网页翻译
google网页翻译
What is simple translate - google网页翻译?
simple translate - google网页翻译 is a Chrome extension developed by xxxxst, and its main feature is "google网页翻译".
Extension Screenshots
Download simple translate - google网页翻译 Extension CRX File
Download simple translate - google网页翻译 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
simple translate - google网页翻译
在新标签页中打开google网页翻译界面:https://translate.google.com/translate?...
source code
https://github.com/xxxxst/chromeExtensionSimpleTranslate Extension Basic Information
| Name | |
| ID | jnnifhpbkkodhfneckeloephjcopmlcd |
| Official URL | https://chromewebstore.google.com/detail/simple-translate-google%E7%BD%91%E9%A1%B5/jnnifhpbkkodhfneckeloephjcopmlcd |
| Description | google网页翻译 |
| File Size | 12.62 KB |
| Installation Count | 3,000 |
| Current Version | 1.0.2 |
| Last Updated | 2018-12-11 |
| Publish Date | 2018-12-10 |
| Rating | 3.00/5 Total 1 Ratings |
| Developer | xxxxst |
| Payment Type | free |
| Supported Languages | 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"
]
} | |