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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}