Ddict Translate: Translator - Dictionary

Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.

Ddict Translate: Translator - Dictionary क्या है?

Ddict Translate: Translator - Dictionary https://ddict.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly translate sentences and look up words on website. Just by a mouse click or a keypress."।

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

screenshot

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

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

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

                        Ddict translates directly on the websites without leaving what are you reading.

There are many ways to translate:
- Double click on word.
- Select text and press "Shift" button.
- Select text and click on the Ddict icon next to it.
- Context menu: right-click menu.
- Hotkeys: Alt + D or Alt + Shift + D for Popup
- Ddict Popup also give you another way to type in and translate on the fly.

There are many features:
- Auto text-to-speech.
- Dictionary.
- Definitions.
- Synonyms.
- Examples
...

Ddict respect your privacy, we do not collect, store or send your information to the third-party.

Give Ddict a try, and you can't browse the web without it anymore.                    

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

नाम Ddict Translate: Translator - Dictionary Ddict Translate: Translator - Dictionary
ID bpggmmljdiliancllaapiggllnkbjocb
आधिकारिक URL https://chromewebstore.google.com/detail/ddict-translate-translato/bpggmmljdiliancllaapiggllnkbjocb
विवरण Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.
फ़ाइल का आकार 97.99 KB
स्थापना संख्या 127,769
वर्तमान संस्करण 5.2.14
अंतिम अपडेट 2024-02-23
प्रकाशन तिथि 2020-03-09
रेटिंग 4.25/5 कुल 638 रेटिंग्स
डेवलपर https://ddict.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ddict.me/
सहायता पृष्ठ URL http://ddict.me/
गोपनीयता नीति पृष्ठ URL https://ddict.me/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ddict Translate: Translator - Dictionary",
    "description": "Instantly translate sentences and look up words on website. Just by a mouse click or a keypress.",
    "version": "5.2.14",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        },
        "translate": {
            "suggested_key": {
                "default": "Alt+W"
            },
            "description": "Translate"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/spin.gif",
                "img\/audio.png",
                "logo\/48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Ddict Translate: Translator - Dictionary",
        "default_popup": "popup.html",
        "default_icon": "logo\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "notifications",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.googleapis.com\/*",
        "*:\/\/ddict.me\/*",
        "*:\/\/*.ddict.me\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule1",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}