Screen Capturing

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

Apa itu Screen Capturing?

Screen Capturing adalah ekstensi Chrome yang dikembangkan oleh https://etomon.com, dan fitur utamanya adalah "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Screen Capturing

Unduh file ekstensi Screen Capturing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        You can share screen using this plugin.                    

Informasi Dasar Ekstensi

Nama Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
URL Resmi https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Deskripsi This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Ukuran File 7.77 KB
Jumlah Instalasi 32
Versi Saat Ini 3.6.5
Terakhir Diperbarui 2018-09-12
Tanggal Publikasi 2018-09-12
Pengembang https://etomon.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}