Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

Oxford Dictionary Searchとは何ですか?

Oxford Dictionary Searchはprogmonsterによって開発されたChromeの拡張機能で、その主な機能は「Searches selected words in the Online Oxford Dictionary」です。

拡張機能のスクリーンショット

screenshot

Oxford Dictionary Search拡張機能のCRXファイルをダウンロード

Oxford Dictionary Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

拡張機能の基本情報

名前 Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
公式URL https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
説明 Searches selected words in the Online Oxford Dictionary
ファイルサイズ 19.39 KB
インストール数 3,000
現在のバージョン 0.2
最終更新日 2016-11-02
公開日 2016-11-02
評価 2.91/5 合計 86 レビュー
開発者 progmonster
支払い方法 free
拡張機能のウェブサイト https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}