Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

Что такое Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO - это расширение Chrome, разработанное ClearApps, и его основная функция - "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Screen Capture, Screenshot Full Page PRO

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

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

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

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

Название Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Официальный URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Описание Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Размер файла 35.97 KB
Количество установок 8,595
Текущая Версия 2.2
Последнее Обновление 2016-11-04
Дата публикации 2016-11-04
Рейтинг 2.82/5 Всего 33 оценок
Разработчик ClearApps
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}