Dictionary - Oxford, Webster and Wikipedia

Dictionary for multiple languages.

Dictionary - Oxford, Webster and Wikipedia란 무엇입니까?

Dictionary - Oxford, Webster and Wikipedia은(는) https://imagetext.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dictionary for multiple languages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dictionary - Oxford, Webster and Wikipedia 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Extension have offline support for Webster's Unabridged English Dictionary  + Oxford UK Dictionary (from the Gutenberg Project, compiled August 22, 2009).

For other languages it fallbacks to wikipedia definitions.

You can support this project by becoming my Patreon member here: https://www.patreon.com/fxnoob


Supports more than 100 languages. 

This is an Open Source Product. Hosted on github here: https://github.com/fxnoob/dictionary                    

확장 프로그램 기본 정보

이름 Dictionary - Oxford, Webster and Wikipedia Dictionary - Oxford, Webster and Wikipedia
ID pbknajakomimhnnaiddkbddboifjolbf
공식 URL https://chromewebstore.google.com/detail/dictionary-oxford-webster/pbknajakomimhnnaiddkbddboifjolbf
설명 Dictionary for multiple languages.
파일 크기 463 KB
설치 횟수 366
현재 버전 3.0.3
최근 업데이트 2022-08-16
출시 날짜 2021-06-05
평점 2.50/5 총 4 개의 평점
개발자 https://imagetext.xyz
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://imagetext.xyz/privacy
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "3.0.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "tts",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Dictionary - Oxford, Webster and Wikipedia",
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/imagetext.xyz\/*",
            "*:\/\/*.imagetext.xyz\/*"
        ]
    },
    "icons": {
        "128": "images\/icon-128.png"
    }
}