Databricks Power Tools
Adds features to Databricks: table of contents and a stylesheet.
Databricks Power Toolsคืออะไร?
Databricks Power Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keestalkstech.com และคุณลักษณะหลักของมันคือ "Adds features to Databricks: table of contents and a stylesheet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Databricks Power Tools
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |