Pipe Screen Capture

Pipe screen capture extension

Co to jest Pipe Screen Capture?

Pipe Screen Capture to rozszerzenie Chrome opracowane przez https://addpipe.com, a jego główną funkcją jest „Pipe screen capture extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pipe Screen Capture

Pobierz pliki rozszerzeń Pipe Screen Capture w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        With this extension Pipe can capture the screen if given the permission.

Developer
Email: [email protected]                    

Podstawowe informacje o rozszerzeniu

Nazwa Pipe Screen Capture Pipe Screen Capture
ID cbmhjlfmbhihimmlofbgkplnhgbgiipn
Oficjalny URL https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn
Opis Pipe screen capture extension
Rozmiar pliku 10.09 KB
Liczba instalacji 14
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-02-13
Data Publikacji 2018-02-13
Deweloper https://addpipe.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}