Open In Bundle Viewer

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

O que é Open In Bundle Viewer?

Open In Bundle Viewer é uma extensão do Chrome desenvolvida por Charlie Powell, e sua principal característica é "Add a link to open in OctoPrint's bundle viewer in the context menu".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open In Bundle Viewer

Baixe arquivos de extensão Open In Bundle Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Open In Bundle Viewer Open In Bundle Viewer
ID pjjocccheogfceldegkfnbfmobmblhpp
URL Oficial https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp
Descrição Add a link to open in OctoPrint's bundle viewer in the context menu
Tamanho do Arquivo 15.12 KB
Contagem de Instalações 220
Versão Atual 1.2.0
Última Atualização 2023-08-03
Data de Publicação 2021-02-04
Desenvolvedor Charlie Powell
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/OctoPrint/Open-in-Bundle-Viewer
URL da Página de Ajuda https://github.com/OctoPrint/Open-in-Bundle-Viewer
Idiomas Suportados 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"
        ]
    }
}