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
拡張機能の基本情報
名前 | |
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" ] } |