Open in nbviewer

Open the current page in nbviewer in a new tab.

Open in nbviewer란 무엇입니까?

Open in nbviewer은(는) jiffyclub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the current page in nbviewer in a new tab."입니다.

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

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

확장 프로그램 사용 설명서

                        Open in nbviewer takes the URL of the current tab and tries to open it in nbviewer in a new tab.

For example, if you are at https://gist.github.com/3778422 you can click the "Open in nbviewer" extension button and it will load http://nbviewer.ipython.org/3778422/ in a new tab.                    

확장 프로그램 기본 정보

이름 Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
공식 URL https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
설명 Open the current page in nbviewer in a new tab.
파일 크기 3.82 KB
설치 횟수 2,000
현재 버전 1.4
최근 업데이트 2013-09-08
출시 날짜 2013-09-08
평점 3.83/5 총 18 개의 평점
개발자 jiffyclub
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jiffyclub/open-in-nbviewer
도움말 페이지 URL https://github.com/jiffyclub/open-in-nbviewer
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in nbviewer",
    "description": "Open the current page in nbviewer in a new tab.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Open the current page in nbviewer.",
        "default_icon": "ipynb_icon_16x16.png"
    },
    "manifest_version": 2
}