OctoBrowser

Control OctoPrint from any url!

Wat is OctoBrowser?

OctoBrowser is een Chrome-extensie ontwikkeld door acvigue, en de belangrijkste functie is "Control OctoPrint from any url!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OctoBrowser

Download OctoBrowser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OctoBrowser OctoBrowser
ID pgoeiddlbkjphphnamnminlbeglpmcpl
Officiële URL https://chrome.google.com/webstore/detail/octobrowser/pgoeiddlbkjphphnamnminlbeglpmcpl
Beschrijving Control OctoPrint from any url!
Bestandsgrootte 82.8 KB
Aantal Installaties 581
Huidige Versie 1.6.5
Laatst Bijgewerkt 2016-01-20
Publicatiedatum 2016-01-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar acvigue
Betalingswijze in_app
Ondersteunde Talen 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"
    }
}