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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Reach7 |
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" ] } |