drone.io autoscroll

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

What is drone.io autoscroll?

drone.io autoscroll is a Chrome extension developed by Michael Zabka, and its main feature is "This extension make auto-scrolling on bottom of build page in drone.io CI".

Extension Screenshots

Download drone.io autoscroll Extension CRX File

Download drone.io autoscroll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allow to scroll bottom build progress on CI drone.io                    

Extension Basic Information

Name drone.io autoscroll drone.io autoscroll
ID kelkfcnlolmkefdoodjceklekhhjlhnc
Official URL https://chrome.google.com/webstore/detail/droneio-autoscroll/kelkfcnlolmkefdoodjceklekhhjlhnc
Description This extension make auto-scrolling on bottom of build page in drone.io CI
File Size 39.08 KB
Installation Count 38
Current Version 1.0.3
Last Updated 2015-03-04
Publish Date 2015-03-04
Rating 3.33/5 Total 3 Ratings
Developer Michael Zabka
Payment Type free
Extension Website https://github.com/misak113/drone.io-autoscroll
Supported Languages 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"
    ]
}