Jupyter code toggler
Show or hide jupyter notebook code when pressing on the extension icon.
Jupyter code toggler क्या है?
Jupyter code toggler Andrea Dragotta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show or hide jupyter notebook code when pressing on the extension icon."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jupyter code toggler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Very simple extension that hides or shows all the python code inside a jupyter notebook tab when the extension icon (in the extension bar) is clicked. • v.1.0.5 - Fixed another padding issue in the "print preview" page (this time for the text). • v.1.0.4 - Fixed image padding issues in the "print preview" page. • v.1.0.3 - Fixed permission bug that didn't allow to use the extension in the "print preview" page. • v.1.0.2 - Fixed code cell with no output not being fully hidden (still selectable). • v.1.0.1 - Updated in order to work also when in "print preview" mode.
एक्सटेंशन की मूल जानकारी
नाम | Jupyter code toggler |
ID | hnhgmpnjedddjajhicphnfojgablhnbe |
आधिकारिक URL | https://chromewebstore.google.com/detail/jupyter-code-toggler/hnhgmpnjedddjajhicphnfojgablhnbe |
विवरण | Show or hide jupyter notebook code when pressing on the extension icon. |
फ़ाइल का आकार | 48.58 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2022-11-09 |
प्रकाशन तिथि | 2021-04-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Andrea Dragotta |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jupyter code toggler", "version": "1.0.5", "description": "Show or hide jupyter notebook code when pressing on the extension icon.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/localhost\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/hide16.png", "32": "icons\/hide32.png", "48": "icons\/hide48.png" }, "default_title": "Hide jupyter code" }, "icons": { "16": "icons\/logo16.png", "32": "icons\/logo32.png", "48": "icons\/logo48.png" }, "manifest_version": 3 } |