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
公式URL 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\/"
    ]
}