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文件
下載Open in nbviewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ihlhlehlibooakiicbiakgojckpnlali |
官方網址 | 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 } |