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
拡張機能の基本情報
名前 | 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" ] } |