WordReference Translate w/o leaving the page

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

Hvad er WordReference Translate w/o leaving the page?

WordReference Translate w/o leaving the page er en Chrome-udvidelse udviklet af diridev, og dens hovedfunktion er "Use WordReference anywhere from the extension popup without leaving the page you are browsing.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download WordReference Translate w/o leaving the page-udvidelses-CRX-fil

Download WordReference Translate w/o leaving the page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn WordReference Translate w/o leaving the page WordReference Translate w/o leaving the page
ID pjbephkiebgcldoaijkepmljpgjpndal
Officiel URL https://chromewebstore.google.com/detail/wordreference-translate-w/pjbephkiebgcldoaijkepmljpgjpndal
Beskrivelse Use WordReference anywhere from the extension popup without leaving the page you are browsing.
Filstørrelse 162 KB
Antal Installationer 262
Nuværende Version 2.1.10
Senest Opdateret 2023-02-08
Udgivelsesdato 2020-05-20
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler diridev
E-mail [email protected]
Betalingsmetode in_app
Understøttede Sprog 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"
    }
}