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)」です。
拡張機能のスクリーンショット
Tradutor Rapido/Facil拡張機能のCRXファイルをダウンロード
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) 拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |