QScreens Capture

Screen capture your current page and show on a QScreen of your choice!

Что такое QScreens Capture?

QScreens Capture - это расширение Chrome, разработанное manas.products, и его основная функция - "Screen capture your current page and show on a QScreen of your choice!".

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

screenshot
screenshot

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

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

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

                        Screen capture your current page and show on a QScreen of your choice!                    

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

Название QScreens Capture QScreens Capture
ID hmngohhnlbaflbigbnnjilmmekaedbbg
Официальный URL https://chrome.google.com/webstore/detail/qscreens-capture/hmngohhnlbaflbigbnnjilmmekaedbbg
Описание Screen capture your current page and show on a QScreen of your choice!
Размер файла 799 KB
Количество установок 22
Текущая Версия 1.1.0.0
Последнее Обновление 2014-05-30
Дата публикации 2014-05-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик manas.products
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QScreens Capture",
    "version": "1.1.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "description": "Screen capture your current page and show on a QScreen of your choice!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}