drone.io autoscroll

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

什么是drone.io autoscroll?

drone.io autoscroll是由Michael Zabka开发的Chrome扩展程序,该扩展的主要功能是“This extension make auto-scrolling on bottom of build page in drone.io CI”。

扩展截图

下载drone.io autoscroll扩展crx文件

下载drone.io autoscroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}