Github Keep-Alive

If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.

ما هو Github Keep-Alive؟

Github Keep-Alive هو إضافة Chrome تم تطويرها بواسطة Iman Gowhari، والميزة الرئيسية لها هي "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Github Keep-Alive

قم بتنزيل ملفات الامتداد Github Keep-Alive بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        It keeps GitHub connection alive by sending a GET request for a small content on GitHub every 15 seconds.

Source code: https://github.com/gowhari/github-keep-alive                    

معلومات أساسية عن التمديد

الاسم Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
الوصف If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
حجم الملف 8.41 KB
عدد التثبيتات 174
النسخة الحالية 1.1
آخر تحديث 2018-10-23
تاريخ النشر 2018-10-23
تقييم 5.00/5 مجموع تقييمات 1
المطور Iman Gowhari
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gowhari/github-keep-alive
عنوان صفحة المساعدة https://t.me/imangowhari
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Keep-Alive",
    "version": "1.1",
    "description": "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.",
    "author": "Iman Gowhari ",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    }
}