Papago Translate

View translations easily as you browse the web.

O que é Papago Translate?

Papago Translate é uma extensão do Chrome desenvolvida por kkd927, e sua principal característica é "View translations easily as you browse the web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Papago Translate

Baixe arquivos de extensão Papago Translate 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

                        View AI translations easily as you browse the web.

Highlight a section of text and click on Translate icon next to it to translate it to your language. Or, to translate the entire page you're visiting, click the translate icon on the browser toolbar. 

* This service works based Papago Open API, the NMT & SMT translation system, which is provided by Naver.

* This service is operated by individuals in the hope of helping users surf the web without experiencing a language barrier, and this service is not intended for any profit.

* You can check the Open APIs provided by Naver via https://developers.naver.com/main/                    

Informações Básicas da Extensão

Nome Papago Translate Papago Translate
ID enddgifdbfoefnelepppgaabobdfbcpe
URL Oficial https://chrome.google.com/webstore/detail/enddgifdbfoefnelepppgaabobdfbcpe
Descrição View translations easily as you browse the web.
Tamanho do Arquivo 237 KB
Contagem de Instalações 154,585
Versão Atual 1.5.2
Última Atualização 2023-03-09
Data de Publicação 2019-06-28
Classificação 4.34/5 Total de 623 Avaliações
Desenvolvedor kkd927
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://papago-chrome.com/privacy-policy.html
Idiomas Suportados en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/src\/js\/lib\/require.js",
                "\/src\/js\/lib\/require-cs.js",
                "\/src\/js\/content\/app.js"
            ],
            "css": [
                "\/src\/css\/papagoTrans.css",
                "\/src\/css\/loaders.min.css",
                "\/src\/css\/jquery-ui.min.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/papago-chrome.com\/favorites"
            ],
            "js": [
                "\/src\/js\/lib\/jquery-2.0.3.min.js",
                "\/src\/js\/favorites\/app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "\/src\/js\/lib\/jquery-2.0.3.min.js",
            "\/src\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/icons\/papago19.png",
        "default_popup": "\/src\/html\/popup.html"
    },
    "options_page": "\/src\/html\/options.html",
    "options_ui": {
        "page": "\/src\/html\/options.html",
        "chrome_style": false
    },
    "icons": {
        "19": "\/icons\/papago19.png",
        "48": "\/icons\/papago48.png",
        "128": "\/icons\/papago128.png"
    },
    "web_accessible_resources": [
        "\/icons\/*",
        "\/src\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}