Open in nbviewer
Open the current page in nbviewer in a new tab.
Open in nbviewer là gì?
Open in nbviewer là một tiện ích mở rộng Chrome được phát triển bởi jiffyclub, và tính năng chính của nó là "Open the current page in nbviewer in a new tab.".
Tải xuống tệp CRX của tiện ích mở rộng Open in nbviewer
Tải xuống các tệp mở rộng Open in nbviewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ihlhlehlibooakiicbiakgojckpnlali |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-in-nbviewer/ihlhlehlibooakiicbiakgojckpnlali |
Mô tả | Open the current page in nbviewer in a new tab. |
Kích Thước Tệp | 3.82 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2013-09-08 |
Ngày Phát Hành | 2013-09-08 |
Đánh Giá | 3.83/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | jiffyclub |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jiffyclub/open-in-nbviewer |
URL Trang Trợ Giúp | https://github.com/jiffyclub/open-in-nbviewer |
Ngôn Ngữ Được Hỗ Trợ | 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 } |