Open In Bundle Viewer
Add a link to open in OctoPrint's bundle viewer in the context menu
Open In Bundle Viewer là gì?
Open In Bundle Viewer là một tiện ích mở rộng Chrome được phát triển bởi Charlie Powell, và tính năng chính của nó là "Add a link to open in OctoPrint's bundle viewer in the context menu".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open In Bundle Viewer
Tải xuống các tệp mở rộng Open In Bundle Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pjjocccheogfceldegkfnbfmobmblhpp |
URL Chính Thức | https://chromewebstore.google.com/detail/open-in-bundle-viewer/pjjocccheogfceldegkfnbfmobmblhpp |
Mô tả | Add a link to open in OctoPrint's bundle viewer in the context menu |
Kích Thước Tệp | 15.12 KB |
Số Lần Cài Đặt | 220 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2023-08-03 |
Ngày Phát Hành | 2021-02-04 |
Nhà Phát Triển | Charlie Powell |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
URL Trang Trợ Giúp | https://github.com/OctoPrint/Open-in-Bundle-Viewer |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |