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