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"
            }
        }
    }
}