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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
} | |