Colab Themes
Changes the appearance of Google Colab!
Cos'è Colab Themes?
Colab Themes è un'estensione di Chrome sviluppata da dannycol, e la sua funzione principale è "Changes the appearance of Google Colab!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colab Themes
Scarica i file di estensione Colab Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will enhance your data science experience by allowing you to change the style of Google Colab much more than a simple dark mode or light mode! By importing your own themes from VS Code, or using any of the 56 provided themes, your Google Colab experience will be transformed by your favorite theme changing the way you see your code and data.
Informazioni di Base sull'Estensione
Nome | Colab Themes |
ID | hledcfghfgmmjpnfkklcifpcdogjlgig |
URL Ufficiale | https://chromewebstore.google.com/detail/colab-themes/hledcfghfgmmjpnfkklcifpcdogjlgig |
Descrizione | Changes the appearance of Google Colab! |
Dimensione del File | 146 KB |
Conteggio Installazioni | 2,301 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-06-15 |
Data di Pubblicazione | 2022-04-29 |
Valutazione | 4.33/5 Totale 9 Valutazioni |
Sviluppatore | dannycol |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colab Themes", "description": "Changes the appearance of Google Colab!", "version": "1.1.0", "manifest_version": 3, "permissions": [ "scripting", "storage" ], "action": { "default_title": "Themes for Google Colab", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/colab.research.google.com\/*", "*:\/\/*.googleusercontent.com\/*" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "host_permissions": [ "https:\/\/colab.research.google.com\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "themes\/*.json" ], "matches": [ " |