Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
Wat is Open In Bundle Viewer?
Open In Bundle Viewer is een Chrome-extensie ontwikkeld door Charlie Powell, en de belangrijkste functie is "Add a link to open in OctoPrint's bundle viewer in the context menu".
Extensie Screenshots
Download het CRX-bestand van de extensie Open In Bundle Viewer
Download Open In Bundle Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
Officiële URL | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
Beschrijving | Add a link to open in OctoPrint's bundle viewer in the context menu |
Bestandsgrootte | 15.12 KB |
Aantal Installaties | 220 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-08-03 |
Publicatiedatum | 2021-02-04 |
Ontwikkelaar | Charlie Powell |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Help Pagina-URL | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Ondersteunde Talen | 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" ] } } |