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ファイルをダウンロード

Dictionary - Oxford, Webster and Wikipedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}