Github Jupyter diff viewer
Diff viewer for jupyter file(*.ipynb) in Github
Github Jupyter diff viewerとは何ですか?
Github Jupyter diff viewerはhttps://banatech.netによって開発されたChromeの拡張機能で、その主な機能は「Diff viewer for jupyter file(*.ipynb) in Github」です。
拡張機能のスクリーンショット
Github Jupyter diff viewer拡張機能のCRXファイルをダウンロード
Github Jupyter diff viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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のパーソナルアクセストークンを入力する必要があります.
拡張機能の基本情報
名前 | Github Jupyter diff viewer |
ID | bhncfkebhcnjhjpagogngbcdbapjdiej |
公式URL | https://chromewebstore.google.com/detail/github-jupyter-diff-viewe/bhncfkebhcnjhjpagogngbcdbapjdiej |
説明 | Diff viewer for jupyter file(*.ipynb) in Github |
ファイルサイズ | 12.39 KB |
インストール数 | 52 |
現在のバージョン | 0.0.8 |
最終更新日 | 2022-04-20 |
公開日 | 2020-07-26 |
開発者 | https://banatech.net |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/bana118/github-jupyter-diff-viewer |
プライバシーポリシーページのURL | https://bana118.github.io/html/chrome-extensions-privacy-policy |
対応言語 | 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 } } |