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 là gì?

Tradutor Rapido/Facil là một tiện ích mở rộng Chrome được phát triển bởi charllison, và tính năng chính của nó là "Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tradutor Rapido/Facil

Tải xuống các tệp mở rộng Tradutor Rapido/Facil dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tradutor Rapido/Facil Tradutor Rapido/Facil
ID cdnndnflhhocodafnnngdioocbknhjif
URL Chính Thức https://chromewebstore.google.com/detail/tradutor-rapidofacil/cdnndnflhhocodafnnngdioocbknhjif
Mô tả Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)
Kích Thước Tệp 24.32 KB
Số Lần Cài Đặt 1,661
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2017-04-07
Ngày Phát Hành 2017-04-07
Đánh Giá 4.10/5 Tổng số 41 Đánh Giá
Nhà Phát Triển charllison
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}