Wiktionary Translator

Quickly look up words in wiktionary as you read

什么是Wiktionary Translator?

Wiktionary Translator是由axolotl开发的Chrome扩展程序,该扩展的主要功能是“Quickly look up words in wiktionary as you read”。

扩展截图

screenshot

下载Wiktionary Translator扩展crx文件

下载Wiktionary Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

扩展基本信息

名称 Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
官方URL https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
简介 Quickly look up words in wiktionary as you read
文件大小 82.76 KB
安装次数 223
当前版本 1.0.0
更新时间 2015-03-16
上架时间 2015-03-16
评分 2.78/5 共9次评分
开发者 axolotl
付费类型 free
扩展官网 https://github.com/Risto-Stevcev/wiktionary-translator
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}