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
官方網址 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"
            }
        }
    }
}