Screen Capturing

This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.

Co je Screen Capturing?

Screen Capturing je rozšíření Chrome vyvinuté https://etomon.com, a jeho hlavní funkcí je „This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Screen Capturing

Stáhněte si soubory rozšíření Screen Capturing 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í

                        You can share screen using this plugin.                    

Základní Informace o Rozšíření

Název Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
Oficiální URL https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Popis This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Velikost souboru 7.77 KB
Počet instalací 32
Aktuální Verze 3.6.5
Poslední Aktualizace 2018-09-12
Datum Vydání 2018-09-12
Vývojář https://etomon.com
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "author": "Zhenyu Yang",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/etomon.com\/*",
                "https:\/\/etomon.com:9999\/*",
                "https:\/\/www.etomon.com\/*",
                "https:\/\/www.etomon.com:9999\/*",
                "http:\/\/localhost:4200\/*",
                "https:\/\/localhost:4200\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.",
    "homepage_url": "https:\/\/www.webrtc-experiment.com\/",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Screen Capturing",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.6.5",
    "web_accessible_resources": [
        "icon.png"
    ]
}