WordReference Translate w/o leaving the page

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

O que é WordReference Translate w/o leaving the page?

WordReference Translate w/o leaving the page é uma extensão do Chrome desenvolvida por diridev, e sua principal característica é "Use WordReference anywhere from the extension popup without leaving the page you are browsing.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WordReference Translate w/o leaving the page

Baixe arquivos de extensão WordReference Translate w/o leaving the page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome WordReference Translate w/o leaving the page WordReference Translate w/o leaving the page
ID pjbephkiebgcldoaijkepmljpgjpndal
URL Oficial https://chromewebstore.google.com/detail/wordreference-translate-w/pjbephkiebgcldoaijkepmljpgjpndal
Descrição Use WordReference anywhere from the extension popup without leaving the page you are browsing.
Tamanho do Arquivo 162 KB
Contagem de Instalações 262
Versão Atual 2.1.10
Última Atualização 2023-02-08
Data de Publicação 2020-05-20
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor diridev
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados 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"
    }
}