饥人谷翻译

一款超简洁好用的多语言划词翻译工具

What is 饥人谷翻译?

饥人谷翻译 is a Chrome extension developed by 饥人谷, and its main feature is "一款超简洁好用的多语言划词翻译工具".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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 hdffbmhfeaidmdfkipommcnnkdoojaka
Official URL https://chromewebstore.google.com/detail/%E9%A5%A5%E4%BA%BA%E8%B0%B7%E7%BF%BB%E8%AF%91/hdffbmhfeaidmdfkipommcnnkdoojaka
Description 一款超简洁好用的多语言划词翻译工具
File Size 16.94 KB
Installation Count 23
Current Version 1.0
Last Updated 2018-12-07
Publish Date 2018-12-03
Rating 5.00/5 Total 2 Ratings
Developer 饥人谷
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9965\u4eba\u8c37\u7ffb\u8bd1",
    "version": "1.0",
    "description": "\u4e00\u6b3e\u8d85\u7b80\u6d01\u597d\u7528\u7684\u591a\u8bed\u8a00\u5212\u8bcd\u7ffb\u8bd1\u5de5\u5177",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png"
        },
        "default_title": "\u9965\u4eba\u8c37\u7ffb\u8bd1",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}