Databricks Power Tools
Adds features to Databricks: table of contents and a stylesheet.
Databricks Power Tools là gì?
Databricks Power Tools là một tiện ích mở rộng Chrome được phát triển bởi https://keestalkstech.com, và tính năng chính của nó là "Adds features to Databricks: table of contents and a stylesheet.".
Ả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 Databricks Power Tools
Tải xuống các tệp mở rộng Databricks Power Tools 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
Extend Databricks with a custom stylesheet and be the master of your own Databricks environment. The extension will add a Table of contents that allows you to easier navigate large notebooks. Works on both Databricks Cloud and Azure Databricks. The following features are supported: - [x] 1.1.8 No cutoff of the auto complete. - [x] 1.1.7 Better indentation of the Table of Contents. - [x] 1.1.6 The first header (h1-h9) of each cell is added to the Table of Contents. - [x] 1.1.5 Support for Databricks on Azure. - [x] 1.1.0 Scroll on hover of the Table of Contents. - [x] 1.1.0 Ability to disable Table of Contents. - [x] 1.0.0 Style sheet support. - [x] 1.0.0 Table of Contents support.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Databricks Power Tools |
ID | mpffpmajkdieodggkakklfkghdiafhpo |
URL Chính Thức | https://chromewebstore.google.com/detail/databricks-power-tools/mpffpmajkdieodggkakklfkghdiafhpo |
Mô tả | Adds features to Databricks: table of contents and a stylesheet. |
Kích Thước Tệp | 15.79 KB |
Số Lần Cài Đặt | 243 |
Phiên Bản Hiện Tại | 1.1.8 |
Cập Nhật Lần Cuối | 2021-04-16 |
Ngày Phát Hành | 2020-06-29 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://keestalkstech.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/KeesCBakker/databricks-power-tools |
URL Trang Chính Sách Bảo Mật | https://keestalkstech.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Databricks Power Tools", "description": "Adds features to Databricks: table of contents and a stylesheet.", "version": "1.1.8", "icons": { "128": "resources\/icon_small.png", "512": "resources\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.cloud.databricks.com\/*", "https:\/\/*.azuredatabricks.net\/*" ], "js": [ "content\/utils.js", "content\/stylesheet.js", "content\/toc.js" ] } ], "permissions": [ "storage" ], "options_page": "options\/options.html" } |