drone.io autoscroll
This extension make auto-scrolling on bottom of build page in drone.io CI
drone.io autoscroll là gì?
drone.io autoscroll là một tiện ích mở rộng Chrome được phát triển bởi Michael Zabka, và tính năng chính của nó là "This extension make auto-scrolling on bottom of build page in drone.io CI".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng drone.io autoscroll
Tải xuống các tệp mở rộng drone.io autoscroll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Allow to scroll bottom build progress on CI drone.io
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kelkfcnlolmkefdoodjceklekhhjlhnc |
URL Chính Thức | https://chrome.google.com/webstore/detail/droneio-autoscroll/kelkfcnlolmkefdoodjceklekhhjlhnc |
Mô tả | This extension make auto-scrolling on bottom of build page in drone.io CI |
Kích Thước Tệp | 39.08 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2015-03-04 |
Ngày Phát Hành | 2015-03-04 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Michael Zabka |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/misak113/drone.io-autoscroll |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |