OctoBrowser

Control OctoPrint from any url!

OctoBrowserคืออะไร?

OctoBrowser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย acvigue และคุณลักษณะหลักของมันคือ "Control OctoPrint from any url!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OctoBrowser

ดาวน์โหลดไฟล์ส่วนขยาย OctoBrowser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OctoBrowser OctoBrowser
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"
    }
}