OctoBrowser
Control OctoPrint from any url!
OctoBrowserとは何ですか?
OctoBrowserはacvigueによって開発されたChromeの拡張機能で、その主な機能は「Control OctoPrint from any url!」です。
拡張機能のスクリーンショット
OctoBrowser拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" } } |