Github Jupyter diff viewer
Diff viewer for jupyter file(*.ipynb) in Github
Co je Github Jupyter diff viewer?
Github Jupyter diff viewer je rozšíření Chrome vyvinuté https://banatech.net, a jeho hlavní funkcí je „Diff viewer for jupyter file(*.ipynb) in Github“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Github Jupyter diff viewer
Stáhněte si soubory rozšíření Github Jupyter diff viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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のパーソナルアクセストークンを入力する必要があります.
Základní Informace o Rozšíření
Název | Github Jupyter diff viewer |
ID | bhncfkebhcnjhjpagogngbcdbapjdiej |
Oficiální URL | https://chromewebstore.google.com/detail/github-jupyter-diff-viewe/bhncfkebhcnjhjpagogngbcdbapjdiej |
Popis | Diff viewer for jupyter file(*.ipynb) in Github |
Velikost souboru | 12.39 KB |
Počet instalací | 52 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2022-04-20 |
Datum Vydání | 2020-07-26 |
Vývojář | https://banatech.net |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/bana118/github-jupyter-diff-viewer |
URL Stránky Zásad Ochrany Soukromí | https://bana118.github.io/html/chrome-extensions-privacy-policy |
Podporované Jazyky | 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 } } |