Screen Capturing

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

O que é Screen Capturing?

Screen Capturing é uma extensão do Chrome desenvolvida por https://etomon.com, e sua principal característica é "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screen Capturing

Baixe arquivos de extensão Screen Capturing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        You can share screen using this plugin.                    

Informações Básicas da Extensão

Nome Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
URL Oficial https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Descrição This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Tamanho do Arquivo 7.77 KB
Contagem de Instalações 32
Versão Atual 3.6.5
Última Atualização 2018-09-12
Data de Publicação 2018-09-12
Desenvolvedor https://etomon.com
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}