Tradutor Rapido/Facil

Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)

Tradutor Rapido/Facil란 무엇입니까?

Tradutor Rapido/Facil은(는) charllison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tradutor Rapido/Facil 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Traduza palavras, frases e pequenos textos nos idiomas: inglês, português e espanhol de maneira rápida e fácil. Basta apenas selecionar o texto e clicar no ícone da extensão. (Obs.: em alguns sites não será possível recuperar o texto selecionado, então você terá que copiar e colar)                    

확장 프로그램 기본 정보

이름 Tradutor Rapido/Facil Tradutor Rapido/Facil
ID cdnndnflhhocodafnnngdioocbknhjif
공식 URL https://chromewebstore.google.com/detail/tradutor-rapidofacil/cdnndnflhhocodafnnngdioocbknhjif
설명 Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)
파일 크기 24.32 KB
설치 횟수 1,661
현재 버전 1.2.3
최근 업데이트 2017-04-07
출시 날짜 2017-04-07
평점 4.10/5 총 41 개의 평점
개발자 charllison
결제 유형 free
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tradutor Rapido\/Facil",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)",
    "browser_action": {
        "default_icon": "img\/iconeTradutor.png",
        "default_popup": "prjTraduzir.html"
    },
    "icons": {
        "128": "img\/iconeTradutor_MAIOR.png"
    },
    "permissions": [
        "http:\/\/api.microsofttranslator.com\/V2\/Ajax.svc\/*",
        "https:\/\/api.microsofttranslator.com\/V2\/Ajax.svc\/*",
        "http:\/\/www.google.com\/jsapi",
        "tabs",
        "activeTab",
        "webRequest",
        "tts",
        "storage"
    ],
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Alice",
                "lang": "en-US",
                "gender": "female",
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ]
            },
            {
                "voice_name": "Pat",
                "lang": "en-US",
                "event_types": [
                    "end"
                ]
            }
        ]
    },
    "web_accessible_resources": [
        "js\/geral.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.microsofttranslator.com; object-src 'self'; connect-src *",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/rightcontext.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/geral.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}