Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
Open In Bundle Viewer क्या है?
Open In Bundle Viewer Charlie Powell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a link to open in OctoPrint's bundle viewer in the context menu"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In Bundle Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds an option to the context menu for links to log files and OctoPrint SystemInfo bundles on github.com & community.octoprint.org to open them in the OctoPrint bundle viewer, at https://bundleviewer.octoprint.org. You can find the source at https://github.com/OctoPrint/Open-In-Bundle-Viewer
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
विवरण | Add a link to open in OctoPrint's bundle viewer in the context menu |
फ़ाइल का आकार | 15.12 KB |
स्थापना संख्या | 220 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2023-08-03 |
प्रकाशन तिथि | 2021-02-04 |
डेवलपर | Charlie Powell |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
सहायता पृष्ठ URL | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Bundle Viewer", "version": "1.2.0", "description": "Add a link to open in OctoPrint's bundle viewer in the context menu", "homepage_url": "https:\/\/github.com\/OctoPrint\/Open-in-Bundle-Viewer", "manifest_version": 2, "minimum_chrome_version": "74", "icons": { "16": "img\/tentacle-16.png", "32": "img\/tentacle-16.png", "48": "img\/tentacle-16.png", "128": "img\/tentacle-128.png" }, "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |