OctoBrowser
Control OctoPrint from any url!
Qu'est-ce que OctoBrowser ?
OctoBrowser est une extension Chrome développée par acvigue, et sa fonction principale est "Control OctoPrint from any url!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OctoBrowser
Téléchargez les fichiers d'extension OctoBrowser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | pgoeiddlbkjphphnamnminlbeglpmcpl |
URL Officiel | https://chrome.google.com/webstore/detail/octobrowser/pgoeiddlbkjphphnamnminlbeglpmcpl |
Description | Control OctoPrint from any url! |
Taille du Fichier | 82.8 KB |
Nombre d'Installations | 581 |
Version Actuelle | 1.6.5 |
Dernière Mise à Jour | 2016-01-20 |
Date de Publication | 2016-01-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | acvigue |
Type de Paiement | in_app |
Langues Prises en Charge | 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" } } |