Jupyter Versioning & Comments - by Curvenote

Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com

Jupyter Versioning & Comments - by Curvenote란 무엇입니까?

Jupyter Versioning & Comments - by Curvenote은(는) https://curvenote.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Jupyter Versioning & Comments - by Curvenote 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add cell based commenting and version-control to your local Jupyter Lab and Jupyter Notebook. These sync with your content on curvenote.com and allow you to collaboratively edit and version notebooks between your reports, presentations and your development environment.

By saving a cell or a notebook, it then becomes easy to share, version, comment and incorporate results into other documents!                    

확장 프로그램 기본 정보

이름 Jupyter Versioning & Comments - by Curvenote Jupyter Versioning & Comments - by Curvenote
ID egkbkefajoeehbmjgelpmdnpgnleknka
공식 URL https://chromewebstore.google.com/detail/jupyter-versioning-commen/egkbkefajoeehbmjgelpmdnpgnleknka
설명 Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com
파일 크기 5.86 MB
설치 횟수 471
현재 버전 1.5.2
최근 업데이트 2022-06-22
출시 날짜 2020-08-22
개발자 https://curvenote.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://curvenote.com
도움말 페이지 URL https://curvenote.com/for/jupyter
개인정보 보호 정책 페이지 URL https://curvenote.com/legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jupyter Versioning & Comments - by Curvenote",
    "version": "1.5.2",
    "description": "Add comments, cell and notebook versioning and real-time collaboration to JupyterLab and Notebooks, provided by curvenote.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "0.js",
                "1.js",
                "2.js",
                "3.js",
                "4.js",
                "5.js",
                "6.js"
            ],
            "matches": [
                "http:\/\/*\/*lab*",
                "https:\/\/*\/*lab*",
                "http:\/\/*\/*notebooks*",
                "https:\/\/*\/*notebooks*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.googleapis.com\/*"
        ]
    },
    "author": "Curvenote",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}