Github Jupyter diff viewer
Diff viewer for jupyter file(*.ipynb) in Github
Github Jupyter diff viewer là gì?
Github Jupyter diff viewer là một tiện ích mở rộng Chrome được phát triển bởi https://banatech.net, và tính năng chính của nó là "Diff viewer for jupyter file(*.ipynb) in Github".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Github Jupyter diff viewer
Tải xuống các tệp mở rộng Github Jupyter diff viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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のパーソナルアクセストークンを入力する必要があります.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Github Jupyter diff viewer |
ID | bhncfkebhcnjhjpagogngbcdbapjdiej |
URL Chính Thức | https://chromewebstore.google.com/detail/github-jupyter-diff-viewe/bhncfkebhcnjhjpagogngbcdbapjdiej |
Mô tả | Diff viewer for jupyter file(*.ipynb) in Github |
Kích Thước Tệp | 12.39 KB |
Số Lần Cài Đặt | 52 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2022-04-20 |
Ngày Phát Hành | 2020-07-26 |
Nhà Phát Triển | https://banatech.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/bana118/github-jupyter-diff-viewer |
URL Trang Chính Sách Bảo Mật | https://bana118.github.io/html/chrome-extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |