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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        ]
    }
}