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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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