MultiVision
Open links in multiple display automatically. Suitable for monitors and kiosks.
Was ist MultiVision?
MultiVision ist eine Chrome-Erweiterung, die von https://zerobug.it entwickelt wurde, und ihr Hauptmerkmal ist "Open links in multiple display automatically. Suitable for monitors and kiosks.".
Erweiterungsscreenshots
MultiVision-Erweiterungs-CRX-Datei herunterladen
Laden Sie MultiVision-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Open links in multiple display automatically. Suitable for monitors and kiosks. Buy me a coffe :D Litecoin: MC8PtUhSL2iJCx5GWrisPZPpgiFE56ejyc Paypal: https://www.paypal.me/ZeroBug
Grundlegende Informationen zur Erweiterung
Name | MultiVision |
ID | meagjikjipmlhblnjhbaimbgahhnfhle |
Offizielle URL | https://chromewebstore.google.com/detail/multivision/meagjikjipmlhblnjhbaimbgahhnfhle |
Beschreibung | Open links in multiple display automatically. Suitable for monitors and kiosks. |
Dateigröße | 136 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.2 |
Letztes Update | 2018-11-11 |
Veröffentlichungsdatum | 2018-11-11 |
Entwickler | https://zerobug.it |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://zerobug.it/ |
Unterstützte Sprachen | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MultiVision", "version": "1.2", "description": "Open links in multiple display automatically. Suitable for monitors and kiosks.", "default_locale": "en", "icons": { "16": ".\/icons\/multivision_16.png", "48": ".\/icons\/multivision_48.png", "128": ".\/icons\/multivision_128.png" }, "permissions": [ "*:\/\/*\/*", "tabs", "system.display" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "multivision_script.js" ] } ], "background": { "scripts": [ "multivision_background.js" ], "persistent": false }, "browser_action": { "default_icon": ".\/icons\/multivision.png", "default_title": "MultiVision", "default_popup": "multivision_popup.html" }, "manifest_version": 2 } |