Screen Capturing

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

Vad är Screen Capturing?

Screen Capturing är en Chrome-tillägg utvecklad av https://etomon.com, och dess huvudfunktion är "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Tilläggsskärmbilder

screenshot

Ladda ner Screen Capturing-förlängningens CRX-fil

Ladda ner Screen Capturing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        You can share screen using this plugin.                    

Grundläggande Information om Tillägg

Namn Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
Officiell webbadress https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Beskrivning This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Filstorlek 7.77 KB
Antal Installationer 32
Aktuell Version 3.6.5
Senast Uppdaterad 2018-09-12
Publiceringsdatum 2018-09-12
Utvecklare https://etomon.com
Betalningssätt free
Stödda Språk 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"
    ]
}