360 翻译-右键翻译
360 翻译-右键翻译
What is 360 翻译-右键翻译?
360 翻译-右键翻译 is a Chrome extension developed by gladuo, and its main feature is "360 翻译-右键翻译".
Extension Screenshots
Download 360 翻译-右键翻译 Extension CRX File
Download 360 翻译-右键翻译 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
当用户选中网页中的一段文字,单击右键会出现『使用360翻译...』的选项,用户点击该选项,跳转至360翻译,展示对该段文字的翻译结果。 Extension Basic Information
| Name | |
| ID | ngieeanjalhiihkfajdcfilknhpceopf |
| Official URL | https://chromewebstore.google.com/detail/360-%E7%BF%BB%E8%AF%91-%E5%8F%B3%E9%94%AE%E7%BF%BB%E8%AF%91/ngieeanjalhiihkfajdcfilknhpceopf |
| Description | 360 翻译-右键翻译 |
| File Size | 17.27 KB |
| Installation Count | 379 |
| Current Version | 0.1 |
| Last Updated | 2017-12-22 |
| Publish Date | 2017-12-22 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | gladuo |
| [email protected] | |
| Payment Type | free |
| Extension Website | http://fanyi.so.com/?src=360_translator_plugin |
| Help Page URL | http://www.gladuo.com/ |
| Supported Languages | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "360 \u7ffb\u8bd1-\u53f3\u952e\u7ffb\u8bd1",
"description": "360 \u7ffb\u8bd1-\u53f3\u952e\u7ffb\u8bd1",
"version": "0.1",
"browser_action": {
"default_icon": "images\/icon128.png",
"default_title": "360 \u7ffb\u8bd1",
"onClicked": "http:\/\/fanyi.so.com\/"
},
"background": {
"scripts": [
"menu.js"
]
},
"permissions": [
"contextMenus"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |