Screen Capturing

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

Cos'è Screen Capturing?

Screen Capturing è un'estensione di Chrome sviluppata da https://etomon.com, e la sua funzione principale è "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screen Capturing

Scarica i file di estensione Screen Capturing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can share screen using this plugin.                    

Informazioni di Base sull'Estensione

Nome Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
URL Ufficiale https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Descrizione This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Dimensione del File 7.77 KB
Conteggio Installazioni 32
Versione Corrente 3.6.5
Ultimo Aggiornamento 2018-09-12
Data di Pubblicazione 2018-09-12
Sviluppatore https://etomon.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}