Reach7
Translate any tweet for free via Google Translate and reply via human translation using reach7
O que é Reach7?
Reach7 é uma extensão do Chrome desenvolvida por https://reach7.com, e sua principal característica é "Translate any tweet for free via Google Translate and reply via human translation using reach7".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reach7
Baixe arquivos de extensão Reach7 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
The Reach7 extension allows you to post in any language directly from within Twitter via human translation. Reply from any of your connected accounts with the click of a button in any language. Also re-instates the missing Translate Post feature Twitter removed allowing you to instantly translate any tweet via Google Translation for free. Feature include: * FREE machine translation of any tweet via Google Translate * Use "Reply via Reach7" directly inside Twitter on any post via human translation. * See you current credits
Informações Básicas da Extensão
Nome | Reach7 |
ID | bialfenobifpajbdiajhiblmemlkdjcl |
URL Oficial | https://chromewebstore.google.com/detail/reach7/bialfenobifpajbdiajhiblmemlkdjcl |
Descrição | Translate any tweet for free via Google Translate and reply via human translation using reach7 |
Tamanho do Arquivo | 535 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.4.3 |
Última Atualização | 2014-12-30 |
Data de Publicação | 2014-12-29 |
Desenvolvedor | https://reach7.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.reach7.com |
URL da Página de Ajuda | http://www.reach7.com/#/faq |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reach7", "version": "1.4.3", "description": "Translate any tweet for free via Google Translate and reply via human translation using reach7", "icons": { "16": "icons\/16x16-Blue-Icon.png", "48": "icons\/48x48-Blue-Icon.png", "128": "icons\/128x128-Blue-Icon.png" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/content.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "https:\/\/reach7.com\/*" ] } ], "permissions": [ "https:\/\/api.reach7.com\/*" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/config.js", "js\/background.js" ] }, "browser_action": { "default_title": "New Post", "default_icon": { "19": "icons\/19x19-Blue-Icon.png", "38": "icons\/38x38-Blue-Icon.png" }, "default_popup": "pages\/login.html" }, "web_accessible_resources": [ "img\/r7.png", "img\/r7Blue.png", "img\/translate.png" ] } |