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 |
Eメール | [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" ] } } |