Pipe Screen Capture
Pipe screen capture extension
Co je Pipe Screen Capture?
Pipe Screen Capture je rozšíření Chrome vyvinuté https://addpipe.com, a jeho hlavní funkcí je „Pipe screen capture extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pipe Screen Capture
Stáhněte si soubory rozšíření Pipe Screen Capture 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í
With this extension Pipe can capture the screen if given the permission. Developer Email: [email protected]
Základní Informace o Rozšíření
Název | Pipe Screen Capture |
ID | cbmhjlfmbhihimmlofbgkplnhgbgiipn |
Oficiální URL | https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn |
Popis | Pipe screen capture extension |
Velikost souboru | 10.09 KB |
Počet instalací | 14 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-02-13 |
Datum Vydání | 2018-02-13 |
Vývojář | https://addpipe.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pipe Screen Capture", "author": "Pipe", "version": "1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Pipe screen capture extension", "homepage_url": "https:\/\/www.addpipe.com\/", "background": { "scripts": [ "pipe_sc.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.addpipe.com\/*", "https:\/\/hdfvr.com\/*" ] }, "permissions": [ "desktopCapture" ], "icons": { "48": "pipe-icon.png" }, "web_accessible_resources": [ "icon.png" ] } |