OctoBrowser
Control OctoPrint from any url!
ما هو OctoBrowser؟
OctoBrowser هو إضافة Chrome تم تطويرها بواسطة acvigue، والميزة الرئيسية لها هي "Control OctoPrint from any url!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OctoBrowser
قم بتنزيل ملفات الامتداد OctoBrowser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
OctoBrowser lets you control your OctoPrint instance from any url in the world. Simply specify the public url to your OctoPrint instance and it's API key to get started! You can change these settings at anytime.
معلومات أساسية عن التمديد
الاسم | |
ID | pgoeiddlbkjphphnamnminlbeglpmcpl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/octobrowser/pgoeiddlbkjphphnamnminlbeglpmcpl |
الوصف | Control OctoPrint from any url! |
حجم الملف | 82.8 KB |
عدد التثبيتات | 581 |
النسخة الحالية | 1.6.5 |
آخر تحديث | 2016-01-20 |
تاريخ النشر | 2016-01-20 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | acvigue |
نوع الدفع | in_app |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OctoBrowser", "version": "1.6.5", "description": "Control OctoPrint from any url!", "background": { "scripts": [ "background.js" ], "persistant": false }, "manifest_version": 2, "browser_action": { "name": "OctoBrowser", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery-2.0.2.min.js", "background.js", "api.js", "apis.js" ], "css": [ "customStyles.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" } } |