drone.io autoscroll

This extension make auto-scrolling on bottom of build page in drone.io CI

ما هو drone.io autoscroll؟

drone.io autoscroll هو إضافة Chrome تم تطويرها بواسطة Michael Zabka، والميزة الرئيسية لها هي "This extension make auto-scrolling on bottom of build page in drone.io CI".

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

تحميل ملف CRX للإضافة drone.io autoscroll

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

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

                        Allow to scroll bottom build progress on CI drone.io                    

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

الاسم drone.io autoscroll drone.io autoscroll
ID kelkfcnlolmkefdoodjceklekhhjlhnc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/droneio-autoscroll/kelkfcnlolmkefdoodjceklekhhjlhnc
الوصف This extension make auto-scrolling on bottom of build page in drone.io CI
حجم الملف 39.08 KB
عدد التثبيتات 38
النسخة الحالية 1.0.3
آخر تحديث 2015-03-04
تاريخ النشر 2015-03-04
تقييم 3.33/5 مجموع تقييمات 3
المطور Michael Zabka
نوع الدفع free
موقع الإضافة https://github.com/misak113/drone.io-autoscroll
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "drone.io autoscroll",
    "description": "This extension make auto-scrolling on bottom of build page in drone.io CI",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "https:\/\/drone.io\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/drone.io\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "drone.io-autoscroll.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}