Jupyter Notebook BG Changer
This extension changes the background of jupyter notebook according to the port.
Qu'est-ce que Jupyter Notebook BG Changer ?
Jupyter Notebook BG Changer est une extension Chrome développée par shiba6v, et sa fonction principale est "This extension changes the background of jupyter notebook according to the port.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jupyter Notebook BG Changer
Téléchargez les fichiers d'extension Jupyter Notebook BG Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension switches background color of Jupyter Notebook according to the port number. When connecting to multiple servers, you can know which server you are connecting to and prevent operation errors. Jupyter Notebookのポートに応じて,Jupyter Notebookの背景色を切り替えます.複数のサーバーのNotebookに繋ぐときに,どのサーバーに繋いでいるかがわかりやすく,操作ミスを防ぐことができます.
Informations de Base sur l'Extension
Nom | Jupyter Notebook BG Changer |
ID | obhdjhcagohonfcakpdfoieglgkeohld |
URL Officiel | https://chromewebstore.google.com/detail/jupyter-notebook-bg-chang/obhdjhcagohonfcakpdfoieglgkeohld |
Description | This extension changes the background of jupyter notebook according to the port. |
Taille du Fichier | 3.63 KB |
Nombre d'Installations | 67 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-09-30 |
Date de Publication | 2020-09-30 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | shiba6v |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jupyter Notebook BG Changer", "version": "0.1", "description": "This extension changes the background of jupyter notebook according to the port.", "homepage_url": "https:\/\/github.com\/shiba6v\/chrome_ext_jupyter_bg", "content_scripts": [ { "js": [ "js\/main.js" ], "matches": [ "http:\/\/localhost\/notebooks\/*", "http:\/\/localhost\/edit\/*", "http:\/\/0.0.0.0\/notebooks\/*", "http:\/\/0.0.0.0\/edit\/*", "http:\/\/127.0.0.1\/notebooks\/*", "http:\/\/127.0.0.1\/edit\/*", "https:\/\/localhost\/notebooks\/", "https:\/\/localhost\/edit\/", "https:\/\/0.0.0.0\/notebooks\/*", "https:\/\/0.0.0.0\/edit\/*", "https:\/\/127.0.0.1\/notebooks\/*", "https:\/\/127.0.0.1\/edit\/*" ] } ], "permissions": [ "http:\/\/localhost\/notebooks\/*", "http:\/\/localhost\/edit\/*", "http:\/\/0.0.0.0\/notebooks\/*", "http:\/\/0.0.0.0\/edit\/*", "http:\/\/127.0.0.1\/notebooks\/*", "http:\/\/127.0.0.1\/edit\/*", "https:\/\/localhost\/notebooks\/", "https:\/\/localhost\/edit\/", "https:\/\/0.0.0.0\/notebooks\/*", "https:\/\/0.0.0.0\/edit\/*", "https:\/\/127.0.0.1\/notebooks\/*", "https:\/\/127.0.0.1\/edit\/*" ], "manifest_version": 2 } |