Github Jupyter diff viewer

Diff viewer for jupyter file(*.ipynb) in Github

Github Jupyter diff viewerคืออะไร?

Github Jupyter diff viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://banatech.net และคุณลักษณะหลักของมันคือ "Diff viewer for jupyter file(*.ipynb) in Github"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github Jupyter diff viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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
    }
}