Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
Co je Open In Bundle Viewer?
Open In Bundle Viewer je rozšíření Chrome vyvinuté Charlie Powell, a jeho hlavní funkcí je „Add a link to open in OctoPrint's bundle viewer in the context menu“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Open In Bundle Viewer
Stáhněte si soubory rozšíření Open In Bundle Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
Oficiální URL | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
Popis | Add a link to open in OctoPrint's bundle viewer in the context menu |
Velikost souboru | 15.12 KB |
Počet instalací | 220 |
Aktuální Verze | 1.2.0 |
Poslední Aktualizace | 2023-08-03 |
Datum Vydání | 2021-02-04 |
Vývojář | Charlie Powell |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
URL Stránky Nápovědy | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Podporované Jazyky | 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" ] } } |