Azure Databricks Dark Mode
Dark mode for Azure Databricks
What is Azure Databricks Dark Mode?
Azure Databricks Dark Mode is a Chrome extension developed by lassesviland, and its main feature is "Dark mode for Azure Databricks".
Extension Screenshots
Download Azure Databricks Dark Mode Extension CRX File
Download Azure Databricks Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension adds support for dark mode in Azure Databricks
Extension Basic Information
Name | Azure Databricks Dark Mode |
ID | egnimjpijfnhfgikecgkajlkdhghigle |
Official URL | https://chromewebstore.google.com/detail/azure-databricks-dark-mod/egnimjpijfnhfgikecgkajlkdhghigle |
Description | Dark mode for Azure Databricks |
File Size | 14.34 KB |
Installation Count | 100 |
Current Version | 0.0.6 |
Last Updated | 2021-02-15 |
Publish Date | 2020-11-04 |
Rating | 3.50/5 Total 4 Ratings |
Developer | lassesviland |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azure Databricks Dark Mode", "version": "0.0.6", "description": "Dark mode for Azure Databricks", "permissions": [], "content_scripts": [ { "css": [ "index.css" ], "js": [ "index.js" ], "matches": [ "https:\/\/*.azuredatabricks.net\/*" ] } ], "icons": { "128": "databricks-logo.png" }, "manifest_version": 2 } |