Open In Bundle Viewer

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

什麼是Open In Bundle Viewer?

Open In Bundle Viewer是由Charlie Powell開發的Chrome擴展程式,該擴展的主要功能是“Add a link to open in OctoPrint's bundle viewer in the context menu”。

擴展截圖

screenshot

下載Open In Bundle Viewer擴展crx文件

下載Open In Bundle Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Open In Bundle Viewer Open In Bundle Viewer
ID pjjocccheogfceldegkfnbfmobmblhpp
官方網址 https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp
簡介 Add a link to open in OctoPrint's bundle viewer in the context menu
檔案大小 15.12 KB
安裝次數 220
目前版本 1.2.0
更新時間 2023-08-03
上架時間 2021-02-04
開發者 Charlie Powell
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/OctoPrint/Open-in-Bundle-Viewer
說明頁面URL https://github.com/OctoPrint/Open-in-Bundle-Viewer
支援的語言 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"
        ]
    }
}