Any Dictionaries

One dictionary is not enough, try Any dictionaries

Any Dictionaries क्या है?

Any Dictionaries nathan.develop द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One dictionary is not enough, try Any dictionaries"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Any Dictionaries एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple add-on for you to look up word on multiple online dictionary websites at the same time.

Just select an English word and one click to look it up.

Features:
* Utilize online dictionaries and search engines(Cambridge, Dictionary.com, Oxford, Google Images), you can decide which dictionaries to include
* Look up multiple dictionaries at the same time
* Fast Access Look up Button (Select-and-Click)
* Look-up History for you to do revision later
* press Ctrl+Shift+Q to open pop-up window

LATEST VERSION : 3.1

- Update the manifest.json to v3
- Change to use chrome.storage.sync to store user settings                    

एक्सटेंशन की मूल जानकारी

नाम Any Dictionaries Any Dictionaries
ID bcncknijbcmdkgnligajehfmbaibelbo
आधिकारिक URL https://chromewebstore.google.com/detail/any-dictionaries/bcncknijbcmdkgnligajehfmbaibelbo
विवरण One dictionary is not enough, try Any dictionaries
फ़ाइल का आकार 244 KB
स्थापना संख्या 85
वर्तमान संस्करण 3.2
अंतिम अपडेट 2021-10-22
प्रकाशन तिथि 2020-07-21
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर nathan.develop
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Any Dictionaries",
    "version": "3.2",
    "description": "One dictionary is not enough, try Any dictionaries",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "i18n"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/\/*\/*"
    ],
    "background": {
        "service_worker": "dist\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "dist\/js\/contentScript.js"
            ],
            "css": [
                "dist\/css\/content.css",
                "dist\/css\/animate.css"
            ]
        }
    ],
    "options_page": "dist\/html\/options.html",
    "action": {
        "default_popup": "dist\/html\/popup.html",
        "default_icon": {
            "16": "src\/icon\/dict-icon-16.png",
            "32": "src\/icon\/dict-icon-32.png",
            "48": "src\/icon\/dict-icon-48.png",
            "128": "src\/icon\/dict-icon-128.png"
        }
    },
    "icons": {
        "16": "src\/icon\/dict-icon-16.png",
        "32": "src\/icon\/dict-icon-32.png",
        "48": "src\/icon\/dict-icon-48.png",
        "128": "src\/icon\/dict-icon-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "windows": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q"
            }
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.netflix.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7XSNR24Z7e0637+LPG8oirWLO2+JpwsiNYeqLMlsMthdmtYTjWpQIWLamcCe7Se53crWFVfEj4VTIjiIQLJYN7wwcRq6hdpRp6oKJunov0pnVWc+jSeqQXMEf6ZC2KSKjK0Y1B58c5\/sHqF\/zJH\/LeFogO7DSCwblVGUkWYSO318nsQ+\/1tmZkPImhOY7qRSa+JbY+Zv5A\/y89Ob74p9KR4Mk7GuSfEnjIJlFqp1LUYJmnQhraBGfddn8+XHIumCRhx\/Rk0DbHyCy\/aV40kSTDn0e5gPKSUyRE2ARXATH0zZ2c+tlG3yqNns2ZX9o10DZ9WsAoKCqJMwAsfJLaUYqwIDAQAB",
    "manifest_version": 3
}