Look-it-up

Adds context menu item that looks up selected text on dictionary sites

什麼是Look-it-up?

Look-it-up是由https://timothytocci.wordpress.com開發的Chrome擴展程式,該擴展的主要功能是“Adds context menu item that looks up selected text on dictionary sites”。

擴展截圖

screenshot
screenshot

下載Look-it-up擴展crx文件

下載Look-it-up擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. 
To view the source code for this extension and many more visit: http://timothytocci.com/                    

擴展基本資訊

名稱 Look-it-up Look-it-up
ID ipjahghegoomngoikgmnngibghgockhm
官方網址 https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm
簡介 Adds context menu item that looks up selected text on dictionary sites
檔案大小 12.31 KB
安裝次數 274
目前版本 0.2
更新時間 2014-05-31
上架時間 2014-05-31
評分 4.50/5 共 2 次評分
開發者 https://timothytocci.wordpress.com
付費類型 free
擴展官網 http://timothytocci.com/
說明頁面URL http://timothytocci.com/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Look-it-up",
    "description": "Adds context menu item that looks up selected text on dictionary sites",
    "version": "0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "options_page": "options.html",
    "icons": {
        "16": "book16.png",
        "32": "book32.png",
        "48": "book48.png",
        "128": "book128.png"
    },
    "manifest_version": 2
}