Dictionary Anywhere

View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.

什麼是Dictionary Anywhere?

Dictionary Anywhere是由meetDeveloper開發的Chrome擴展程式,該擴展的主要功能是“View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.”。

擴展截圖

screenshot
screenshot

下載Dictionary Anywhere擴展crx文件

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

擴展使用說明

                        Dictionary Anywhere extension helps you stay focused on what you are reading by eliminating the need to search for meaning, Double-clicking any word will view its definition in a small pop-up bubble. Now you never have to leave what you are reading to search meaning for the words you don't know.

It also supports Spanish, German, French language alongside English.

To change the language:
 - Navigate to Add-ons page,
 - Choose Extensions in sidebar,
 - Choose Dictionary Anywhere,
 - Click on options (preferences on mac),
 - Select the language you want, and save.

You can now download the words and meanings you searched for, so that you can practice them later, this will help increase your vocabulary.

Enjoy Reading Uninterrupted!!!                    

擴展基本資訊

名稱 Dictionary Anywhere Dictionary Anywhere
ID hcepmnlphdfefjddkgkblcjkbpbpemac
官方網址 https://chromewebstore.google.com/detail/dictionary-anywhere/hcepmnlphdfefjddkgkblcjkbpbpemac
簡介 View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.
檔案大小 36.39 KB
安裝次數 1,987
目前版本 1.0.2
更新時間 2020-04-17
上架時間 2020-04-15
評分 4.46/5 共 13 次評分
開發者 meetDeveloper
付費類型 free
擴展官網 https://github.com/meetDeveloper/Dictionary-Anywhere
說明頁面URL https://github.com/meetDeveloper/Dictionary-Anywhere
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Suraj Jain",
    "manifest_version": 2,
    "name": "Dictionary Anywhere",
    "version": "1.0.2",
    "description": "View definitions easily as you browse the web. Double-click any word to view its definition in a small pop-up bubble.",
    "icons": {
        "48": "icons\/Dictionary-48.png",
        "64": "icons\/Dictionary-64.png",
        "96": "icons\/Dictionary-96.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/browser-polyfill.js",
                "content_scripts\/dictionary.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "common\/browser-polyfill.js",
            "background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "https:\/\/www.google.com\/"
    ]
}