Screen Capturing

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

Wat is Screen Capturing?

Screen Capturing is een Chrome-extensie ontwikkeld door https://etomon.com, en de belangrijkste functie is "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Screen Capturing

Download Screen Capturing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        You can share screen using this plugin.                    

Basisinformatie over de Extensie

Naam Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
Officiële URL https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Beschrijving This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Bestandsgrootte 7.77 KB
Aantal Installaties 32
Huidige Versie 3.6.5
Laatst Bijgewerkt 2018-09-12
Publicatiedatum 2018-09-12
Ontwikkelaar https://etomon.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}