Databricks Power Tools
Adds features to Databricks: table of contents and a stylesheet.
Databricks Power Toolsとは何ですか?
Databricks Power Toolsはhttps://keestalkstech.comによって開発されたChromeの拡張機能で、その主な機能は「Adds features to Databricks: table of contents and a stylesheet.」です。
拡張機能のスクリーンショット
Databricks Power Tools拡張機能のCRXファイルをダウンロード
Databricks Power Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Databricks Power Tools |
ID | mpffpmajkdieodggkakklfkghdiafhpo |
公式URL | https://chromewebstore.google.com/detail/databricks-power-tools/mpffpmajkdieodggkakklfkghdiafhpo |
説明 | Adds features to Databricks: table of contents and a stylesheet. |
ファイルサイズ | 15.79 KB |
インストール数 | 243 |
現在のバージョン | 1.1.8 |
最終更新日 | 2021-04-16 |
公開日 | 2020-06-29 |
評価 | 4.67/5 合計 6 レビュー |
開発者 | https://keestalkstech.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/KeesCBakker/databricks-power-tools |
プライバシーポリシーページのURL | https://keestalkstech.com/privacy-policy |
対応言語 | 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" } |