Open in Colab

Open a Github-hosted notebook in Google Colab

Open in Colab란 무엇입니까?

Open in Colab은(는) colab-team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open a Github-hosted notebook in Google Colab"입니다.

확장 프로그램 스크린샷

screenshot

Open in Colab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple browser extension to quickly open GitHub-hosted Jupyter notebooks in Google Colab.

Issues and concerns? create an issue at https://github.com/googlecolab/colabtools/issues.                    

확장 프로그램 기본 정보

이름 Open in Colab Open in Colab
ID iogfkhleblhcpcekbiedikdehleodpjo
공식 URL https://chromewebstore.google.com/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo
설명 Open a Github-hosted notebook in Google Colab
파일 크기 21.34 KB
설치 횟수 90,000
현재 버전 1.1.0
최근 업데이트 2023-12-08
출시 날짜 2018-11-02
평점 4.16/5 총 19 개의 평점
개발자 colab-team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/googlecolab/colabtools
도움말 페이지 URL https://github.com/googlecolab/colabtools/issues
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Colab",
    "description": "Open a Github-hosted notebook in Google Colab",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Open notebook in Google Colab"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "activeTab"
    ]
}