Reach7
Translate any tweet for free via Google Translate and reply via human translation using reach7
Reach7 क्या है?
Reach7 https://reach7.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate any tweet for free via Google Translate and reply via human translation using reach7"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reach7 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |