Open In Bundle Viewer

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

Vad är Open In Bundle Viewer?

Open In Bundle Viewer är en Chrome-tillägg utvecklad av Charlie Powell, och dess huvudfunktion är "Add a link to open in OctoPrint's bundle viewer in the context menu".

Tilläggsskärmbilder

screenshot

Ladda ner Open In Bundle Viewer-förlängningens CRX-fil

Ladda ner Open In Bundle Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Open In Bundle Viewer Open In Bundle Viewer
ID pjjocccheogfceldegkfnbfmobmblhpp
Officiell webbadress https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp
Beskrivning Add a link to open in OctoPrint's bundle viewer in the context menu
Filstorlek 15.12 KB
Antal Installationer 220
Aktuell Version 1.2.0
Senast Uppdaterad 2023-08-03
Publiceringsdatum 2021-02-04
Utvecklare Charlie Powell
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/OctoPrint/Open-in-Bundle-Viewer
Hjälpsida URL https://github.com/OctoPrint/Open-in-Bundle-Viewer
Stödda Språk 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"
        ]
    }
}