WordReference Translate w/o leaving the page

Use WordReference anywhere from the extension popup without leaving the page you are browsing.

WordReference Translate w/o leaving the page क्या है?

WordReference Translate w/o leaving the page diridev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use WordReference anywhere from the extension popup without leaving the page you are browsing."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में WordReference Translate w/o leaving the page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Access WordReference dictionaries of lots of different languages from anywhere. Translate every word with details and examples. Listen to the pronunciation.
Features:
    Free:
      · No need to leave the page you are browsing to translate a word
      · WordReference virtual dictionaries supported
      · Listen to the pronunciation of a word
      · Automatic search with inverted languages
    Premium:
      · One time payment to unlock all the current and future premium features forever
      · WordReference interactive click supported (click on a word within the translation page to translate it)
      · Select a word in a webpage and translate it with a click or a keyboard shortcut
      · Change the appearance of the extension with the available theme
      · Automatic language detection                    

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

नाम WordReference Translate w/o leaving the page WordReference Translate w/o leaving the page
ID pjbephkiebgcldoaijkepmljpgjpndal
आधिकारिक URL https://chromewebstore.google.com/detail/wordreference-translate-w/pjbephkiebgcldoaijkepmljpgjpndal
विवरण Use WordReference anywhere from the extension popup without leaving the page you are browsing.
फ़ाइल का आकार 162 KB
स्थापना संख्या 262
वर्तमान संस्करण 2.1.10
अंतिम अपडेट 2023-02-08
प्रकाशन तिथि 2020-05-20
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर diridev
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ en,fr,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "2.1.10",
    "description": "__MSG_extensionDescription__",
    "author": "__MSG_extensionAuthor__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiPGWPKO0o6VJU\/jaP0DrInQQSEgjS\/zm5p5WuItZSk+\/bQaj80Pa54E0\/fjvdCAwEndSuu855RFmRwpzX8q4BN\/FtGs2S5Dwg9UdF4ycH\/LIG5q2ps\/HTBPIqmLyZchmT9wrPYBAPYIOc75UXnSPs2RBDXQkryoU2BjSCwD7mQM0nEV7N7RXUfeQt0EMfko7tnnUXD96osUwpTl7BcOPWYHAanAUUdQslkjQSfnzW2+tsU3qH8IJCTGIH+lFDsqU69G7cynb7Gn870rm2BbxvbiZgmY8xI1DnWINhZLSAZhaG7auV66+iMNbHvlyYNovhoQy6bWfxAA6Tv+4E\/SYbwIDAQAB",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "contextMenus",
        "https:\/\/diridevelops.altervista.org\/wordreferencepopup\/*",
        "https:\/\/www.wordreference.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "66388493183-bh980nmg050e439r2bhiprcf0nvnf2gg.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/diridevelops.altervista.org\/wordreferencepopup\/login.php",
                "https:\/\/diridevelops.altervista.org\/wordreferencepopup\/paypal.php"
            ],
            "js": [
                "settings\/userScript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/jquery.min.js",
                "includes\/globals.js",
                "popup\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "styles\/*",
        "includes\/jquery.min.js"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popTitle__",
        "default_icon": {
            "16": "icons\/icon\/icon-16.png",
            "32": "icons\/icon\/icon-32.png",
            "48": "icons\/icon\/icon-48.png",
            "96": "icons\/icon\/icon-96.png",
            "128": "icons\/icon\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "settings\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon\/icon-16.png",
        "32": "icons\/icon\/icon-32.png",
        "48": "icons\/icon\/icon-48.png",
        "96": "icons\/icon\/icon-96.png",
        "128": "icons\/icon\/icon-128.png"
    }
}