Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
¿Qué es Open In Bundle Viewer?
Open In Bundle Viewer es una extensión de Chrome desarrollada por Charlie Powell, y su función principal es "Add a link to open in OctoPrint's bundle viewer in the context menu".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Open In Bundle Viewer
Descarga archivos de extensión Open In Bundle Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
URL Oficial | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
Descripción | Add a link to open in OctoPrint's bundle viewer in the context menu |
Tamaño del Archivo | 15.12 KB |
Cantidad de Instalaciones | 220 |
Versión Actual | 1.2.0 |
Última Actualización | 2023-08-03 |
Fecha de Publicación | 2021-02-04 |
Desarrollador | Charlie Powell |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
URL de la Página de Ayuda | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Idiomas Soportados | 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" ] } } |