Colab Themes
Changes the appearance of Google Colab!
什麼是Colab Themes?
Colab Themes是由dannycol開發的Chrome擴展程式,該擴展的主要功能是“Changes the appearance of Google Colab!”。
擴展截圖
下載Colab Themes擴展crx文件
下載Colab Themes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Colab Themes |
ID | hledcfghfgmmjpnfkklcifpcdogjlgig |
官方網址 | https://chromewebstore.google.com/detail/colab-themes/hledcfghfgmmjpnfkklcifpcdogjlgig |
簡介 | Changes the appearance of Google Colab! |
檔案大小 | 146 KB |
安裝次數 | 2,301 |
目前版本 | 1.1.0 |
更新時間 | 2022-06-15 |
上架時間 | 2022-04-29 |
評分 | 4.33/5 共 9 次評分 |
開發者 | dannycol |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [ " |