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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Charlie Powell และคุณลักษณะหลักของมันคือ "Add a link to open in OctoPrint's bundle viewer in the context menu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open In Bundle Viewer
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } } |