Chrome_MultiMonitor
This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from…
Co je Chrome_MultiMonitor?
Chrome_MultiMonitor je rozšíření Chrome vyvinuté emdsys, a jeho hlavní funkcí je „This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Chrome_MultiMonitor
Stáhněte si soubory rozšíření Chrome_MultiMonitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from a web page, you have to manually do that. So this extension will come to your aid on that. Also you can not do that by only just installing this extension. You need some changes in your web application to do that. *Note: This extension will not work for all.
Základní Informace o Rozšíření
Název | Chrome_MultiMonitor |
ID | mlkplhocljobcbmokjlehlminmnfaddn |
Oficiální URL | https://chromewebstore.google.com/detail/chromemultimonitor/mlkplhocljobcbmokjlehlminmnfaddn |
Popis | This extension will help you to position a tab on another monitor from a web page. Actually chrome will not let you to do that from… |
Velikost souboru | 17.28 KB |
Počet instalací | 11,449 |
Aktuální Verze | 1.4.6 |
Poslední Aktualizace | 2019-02-26 |
Datum Vydání | 2019-02-26 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | emdsys |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome_MultiMonitor", "version": "1.4.6", "minimum_chrome_version": "23", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "system.display" ], "background": { "scripts": [ "main.js" ] }, "content_scripts": [ { "matches": [ " |