Lookup Word in Dictionary

Looks up the selected text on a world famous online dictionary.

什麼是Lookup Word in Dictionary?

Lookup Word in Dictionary是由baspeti開發的Chrome擴展程式,該擴展的主要功能是“Looks up the selected text on a world famous online dictionary.”。

擴展截圖

screenshot

下載Lookup Word in Dictionary擴展crx文件

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

擴展使用說明

                        Just right-click on the selected text and choose
* Lookup 'text' on the world famous, blue and red colored online dictionary
context menu item and there you go!

It was easy, huh?

Or alternatively you can hit "Alt + W" shortcut to get the selected text looked up or if there is nothing selected, then the online dictionary is started up on a new tab. (Since version 1.2)

HINT: Just be careful not hitting "Ctrl (Cmd on Mac) + W" instead, because it will close your active tab. But in case if you did so, don't panic, you can recover that tab by pressing "Ctrl (Cmd on Mac) + Shift + T".

Buy me a coffee :)
https://www.buymeacoffee.com/baspeti                    

擴展基本資訊

名稱 Lookup Word in Dictionary Lookup Word in Dictionary
ID kbkglbhikjonodlofbcomogfcbfjipog
官方網址 https://chromewebstore.google.com/detail/lookup-word-in-dictionary/kbkglbhikjonodlofbcomogfcbfjipog
簡介 Looks up the selected text on a world famous online dictionary.
檔案大小 31.97 KB
安裝次數 15,209
目前版本 1.7
更新時間 2022-05-21
上架時間 2015-03-16
評分 4.38/5 共 85 次評分
開發者 baspeti
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lookup Word in Dictionary",
    "description": "Looks up the selected text on a world famous online dictionary.",
    "version": "1.7",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "w_logo_16x16.png",
        "48": "w_logo_48x48.png",
        "128": "w_logo_128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "lookupW.js"
        ]
    },
    "commands": {
        "lookup-on-MW": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Lookup Word"
        }
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}