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 - это расширение Chrome, разработанное charllison, и его основная функция - "Traduza textos: ingles-portugues ou portugues-ingles, selecione o texto e clique no icone da extensao. (by Charllison Policarpo)".
Снимки экрана расширения
Скачать файл CRX расширения Tradutor Rapido/Facil
Скачайте файлы расширений Tradutor Rapido/Facil в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } ] } |