Dictionary - Oxford, Webster and Wikipedia

Dictionary for multiple languages.

Dictionary - Oxford, Webster and Wikipedia क्या है?

Dictionary - Oxford, Webster and Wikipedia https://imagetext.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dictionary for multiple languages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dictionary - Oxford, Webster and Wikipedia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}