General Purpose Screen Sharing
A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.
Co je General Purpose Screen Sharing?
General Purpose Screen Sharing je rozšíření Chrome vyvinuté daan, a jeho hlavní funkcí je „A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření General Purpose Screen Sharing
Stáhněte si soubory rozšíření General Purpose Screen Sharing 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 is a general purpose screensharing extension.
Základní Informace o Rozšíření
Název | |
ID | danhafjbbhpneafaokcgdobajodphdpi |
Oficiální URL | https://chromewebstore.google.com/detail/general-purpose-screen-sh/danhafjbbhpneafaokcgdobajodphdpi |
Popis | A general purpose Screensharing ext. It doesn't do anything except capture content of your screen. |
Velikost souboru | 24.57 KB |
Počet instalací | 829 |
Aktuální Verze | 2.1 |
Poslední Aktualizace | 2017-06-13 |
Datum Vydání | 2017-06-13 |
Vývojář | daan |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "General Purpose Screen Sharing", "author": "Sense Studios VOF.", "version": "2.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "A general purpose Screensharing ext. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/sense-studios.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.webcamconsult.com\/*", "https:\/\/*.dev.webcamconsult.com\/*", "https:\/\/*.dev2.webcamconsult.com\/*", "https:\/\/*.staging.webcamconsult.com\/*", "https:\/\/*.webcamconsult.nl\/*", "https:\/\/*.roomdialog.eu\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |