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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } } |