Open In Bundle Viewer

Add a link to open in OctoPrint's bundle viewer in the context menu

Qu'est-ce que Open In Bundle Viewer ?

Open In Bundle Viewer est une extension Chrome développée par Charlie Powell, et sa fonction principale est "Add a link to open in OctoPrint's bundle viewer in the context menu".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open In Bundle Viewer

Téléchargez les fichiers d'extension Open In Bundle Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Open In Bundle Viewer Open In Bundle Viewer
ID pjjocccheogfceldegkfnbfmobmblhpp
URL Officiel https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp
Description Add a link to open in OctoPrint's bundle viewer in the context menu
Taille du Fichier 15.12 KB
Nombre d'Installations 220
Version Actuelle 1.2.0
Dernière Mise à Jour 2023-08-03
Date de Publication 2021-02-04
Développeur Charlie Powell
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/OctoPrint/Open-in-Bundle-Viewer
URL de la Page d'Aide https://github.com/OctoPrint/Open-in-Bundle-Viewer
Langues Prises en Charge 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"
        ]
    }
}