Open in nbviewer

Open the current page in nbviewer in a new tab.

Co to jest Open in nbviewer?

Open in nbviewer to rozszerzenie Chrome opracowane przez jiffyclub, a jego główną funkcją jest „Open the current page in nbviewer in a new tab.”.

Pobierz plik CRX rozszerzenia Open in nbviewer

Pobierz pliki rozszerzeń Open in nbviewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
Oficjalny URL https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
Opis Open the current page in nbviewer in a new tab.
Rozmiar pliku 3.82 KB
Liczba instalacji 2,000
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2013-09-08
Data Publikacji 2013-09-08
Ocena 3.83/5 Łącznie 18 Oceny
Deweloper jiffyclub
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jiffyclub/open-in-nbviewer
Adres URL Strony Pomocy https://github.com/jiffyclub/open-in-nbviewer
Obsługiwane Języki 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
}