Jupyter Notebook BG Changer
This extension changes the background of jupyter notebook according to the port.
Jupyter Notebook BG Changerとは何ですか?
Jupyter Notebook BG Changerはshiba6vによって開発されたChromeの拡張機能で、その主な機能は「This extension changes the background of jupyter notebook according to the port.」です。
拡張機能のスクリーンショット
Jupyter Notebook BG Changer拡張機能のCRXファイルをダウンロード
Jupyter Notebook BG Changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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に繋ぐときに,どのサーバーに繋いでいるかがわかりやすく,操作ミスを防ぐことができます.
拡張機能の基本情報
名前 | Jupyter Notebook BG Changer |
ID | obhdjhcagohonfcakpdfoieglgkeohld |
公式URL | https://chromewebstore.google.com/detail/jupyter-notebook-bg-chang/obhdjhcagohonfcakpdfoieglgkeohld |
説明 | This extension changes the background of jupyter notebook according to the port. |
ファイルサイズ | 3.63 KB |
インストール数 | 67 |
現在のバージョン | 0.1 |
最終更新日 | 2020-09-30 |
公開日 | 2020-09-30 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | shiba6v |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |