Open in nbviewer
Open the current page in nbviewer in a new tab.
Open in nbviewer क्या है?
Open in nbviewer jiffyclub द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the current page in nbviewer in a new tab."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open in nbviewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |