drone.io autoscroll
This extension make auto-scrolling on bottom of build page in drone.io CI
Wat is drone.io autoscroll?
drone.io autoscroll is een Chrome-extensie ontwikkeld door Michael Zabka, en de belangrijkste functie is "This extension make auto-scrolling on bottom of build page in drone.io CI".
Extensie Screenshots
Download het CRX-bestand van de extensie drone.io autoscroll
Download drone.io autoscroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allow to scroll bottom build progress on CI drone.io
Basisinformatie over de Extensie
Naam | |
ID | kelkfcnlolmkefdoodjceklekhhjlhnc |
Officiële URL | https://chrome.google.com/webstore/detail/droneio-autoscroll/kelkfcnlolmkefdoodjceklekhhjlhnc |
Beschrijving | This extension make auto-scrolling on bottom of build page in drone.io CI |
Bestandsgrootte | 39.08 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2015-03-04 |
Publicatiedatum | 2015-03-04 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Michael Zabka |
Betalingswijze | free |
Extensiewebsite | https://github.com/misak113/drone.io-autoscroll |
Ondersteunde Talen | 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" ] } |