Reach7
Translate any tweet for free via Google Translate and reply via human translation using reach7
什么是Reach7?
Reach7是由https://reach7.com开发的Chrome扩展程序,该扩展的主要功能是“Translate any tweet for free via Google Translate and reply via human translation using reach7”。
扩展截图
下载Reach7扩展crx文件
下载Reach7扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | bialfenobifpajbdiajhiblmemlkdjcl |
| 官方URL | https://chromewebstore.google.com/detail/reach7/bialfenobifpajbdiajhiblmemlkdjcl |
| 简介 | Translate any tweet for free via Google Translate and reply via human translation using reach7 |
| 文件大小 | 535 KB |
| 安装次数 | 13 |
| 当前版本 | 1.4.3 |
| 更新时间 | 2014-12-30 |
| 上架时间 | 2014-12-29 |
| 开发者 | https://reach7.com |
| 付费类型 | free |
| 扩展官网 | http://www.reach7.com |
| 帮助页面URL | http://www.reach7.com/#/faq |
| 支持的语言 | 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"
]
} | |