Screen Capturing

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

Что такое Screen Capturing?

Screen Capturing - это расширение Chrome, разработанное https://etomon.com, и его основная функция - "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Screen Capturing

Скачайте файлы расширений Screen Capturing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        You can share screen using this plugin.                    

Основная информация о расширении

Название Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
Официальный URL https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Описание This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Размер файла 7.77 KB
Количество установок 32
Текущая Версия 3.6.5
Последнее Обновление 2018-09-12
Дата публикации 2018-09-12
Разработчик https://etomon.com
Тип оплаты free
Поддерживаемые языки 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"
    ]
}