Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
Cos'è Open In Bundle Viewer?
Open In Bundle Viewer è un'estensione di Chrome sviluppata da Charlie Powell, e la sua funzione principale è "Add a link to open in OctoPrint's bundle viewer in the context menu".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open In Bundle Viewer
Scarica i file di estensione Open In Bundle Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
URL Ufficiale | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
Descrizione | Add a link to open in OctoPrint's bundle viewer in the context menu |
Dimensione del File | 15.12 KB |
Conteggio Installazioni | 220 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2023-08-03 |
Data di Pubblicazione | 2021-02-04 |
Sviluppatore | Charlie Powell |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
URL della Pagina di Aiuto | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Lingue Supportate | 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" ] } } |