Open in nbviewer

Open the current page in nbviewer in a new tab.

Co je Open in nbviewer?

Open in nbviewer je rozšíření Chrome vyvinuté jiffyclub, a jeho hlavní funkcí je „Open the current page in nbviewer in a new tab.“.

Stáhnout soubor CRX rozšíření Open in nbviewer

Stáhněte si soubory rozšíření Open in nbviewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Open in nbviewer Open in nbviewer
ID ihlhlehlibooakiicbiakgojckpnlali
Oficiální URL https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali
Popis Open the current page in nbviewer in a new tab.
Velikost souboru 3.82 KB
Počet instalací 2,000
Aktuální Verze 1.4
Poslední Aktualizace 2013-09-08
Datum Vydání 2013-09-08
Hodnocení 3.83/5 Celkem 18 Hodnocení
Vývojář jiffyclub
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jiffyclub/open-in-nbviewer
URL Stránky Nápovědy https://github.com/jiffyclub/open-in-nbviewer
Podporované Jazyky 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
}