谷歌翻譯(正體中文)
選取要翻譯的文字,然後點右鍵選擇。
What is 谷歌翻譯(正體中文)?
谷歌翻譯(正體中文) is a Chrome extension developed by Lian-Yong Lee, and its main feature is "選取要翻譯的文字,然後點右鍵選擇。".
Extension Screenshots
Download 谷歌翻譯(正體中文) Extension CRX File
Download 谷歌翻譯(正體中文) 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
因為我找不到有正體中文的好用翻譯擴充功能。 只好自己寫一個...
Extension Basic Information
Name | |
ID | oakgefkfepkkmiciglekhgfkhmognbih |
Official URL | https://chrome.google.com/webstore/detail/%E8%B0%B7%E6%AD%8C%E7%BF%BB%E8%AD%AF%E6%AD%A3%E9%AB%94%E4%B8%AD%E6%96%87/oakgefkfepkkmiciglekhgfkhmognbih |
Description | 選取要翻譯的文字,然後點右鍵選擇。 |
File Size | 20.54 KB |
Installation Count | 30,000 |
Current Version | 1.0.2 |
Last Updated | 2015-11-04 |
Publish Date | 2015-11-04 |
Rating | 4.36/5 Total 176 Ratings |
Developer | Lian-Yong Lee |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u8c37\u6b4c\u7ffb\u8b6f(\u6b63\u9ad4\u4e2d\u6587)", "description": "\u9078\u53d6\u8981\u7ffb\u8b6f\u7684\u6587\u5b57\uff0c\u7136\u5f8c\u9ede\u53f3\u9375\u9078\u64c7\u3002", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "version": "1.0.2", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "taiwan.png", "48": "taiwan.png", "128": "taiwan.png" } } |