Reach7

Translate any tweet for free via Google Translate and reply via human translation using reach7

Reach7คืออะไร?

Reach7 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reach7.com และคุณลักษณะหลักของมันคือ "Translate any tweet for free via Google Translate and reply via human translation using reach7"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reach7

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}