Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
Co to jest Open In Bundle Viewer?
Open In Bundle Viewer to rozszerzenie Chrome opracowane przez Charlie Powell, a jego główną funkcją jest „Add a link to open in OctoPrint's bundle viewer in the context menu”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Open In Bundle Viewer
Pobierz pliki rozszerzeń Open In Bundle Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
Oficjalny URL | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
Opis | Add a link to open in OctoPrint's bundle viewer in the context menu |
Rozmiar pliku | 15.12 KB |
Liczba instalacji | 220 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2023-08-03 |
Data Publikacji | 2021-02-04 |
Deweloper | Charlie Powell |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Adres URL Strony Pomocy | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Obsługiwane Języki | 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" ] } } |