Github Jupyter diff viewer
Diff viewer for jupyter file(*.ipynb) in Github
Wat is Github Jupyter diff viewer?
Github Jupyter diff viewer is een Chrome-extensie ontwikkeld door https://banatech.net, en de belangrijkste functie is "Diff viewer for jupyter file(*.ipynb) in Github".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Jupyter diff viewer
Download Github Jupyter diff viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Show only diff of source code(python and markdown) when you watch file changed in pull request or commit. You must enter a Github personal access token in the options if you want to use it in a private repository. プルリクエストまたはコミットでファイルの変更を閲覧するときに,ソースコードの差分のみを表示します(python と markdown). プライベートレポジトリで使用する場合はオプションでGithubのパーソナルアクセストークンを入力する必要があります.
Basisinformatie over de Extensie
Naam | Github Jupyter diff viewer |
ID | bhncfkebhcnjhjpagogngbcdbapjdiej |
Officiële URL | https://chromewebstore.google.com/detail/github-jupyter-diff-viewe/bhncfkebhcnjhjpagogngbcdbapjdiej |
Beschrijving | Diff viewer for jupyter file(*.ipynb) in Github |
Bestandsgrootte | 12.39 KB |
Aantal Installaties | 52 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2022-04-20 |
Publicatiedatum | 2020-07-26 |
Ontwikkelaar | https://banatech.net |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/bana118/github-jupyter-diff-viewer |
URL van de Privacybeleid Pagina | https://bana118.github.io/html/chrome-extensions-privacy-policy |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Jupyter diff viewer", "version": "0.0.8", "manifest_version": 2, "description": "Diff viewer for jupyter file(*.ipynb) in Github", "permissions": [ "storage" ], "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "css\/loader.css" ], "js": [ "js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "options_ui": { "page": "options\/options.html", "chrome_style": true } } |