Page Screen Capture

Page Screen Capture can take a screenshot from webpages. Fast and simple!

Что такое Page Screen Capture?

Page Screen Capture - это расширение Chrome, разработанное Video Downloader & Useful Tools, и его основная функция - "Page Screen Capture can take a screenshot from webpages. Fast and simple!".

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

screenshot

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

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

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

                        Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots.

HOW IT WORKS 
• Right-click on the current web page.  
• Click to 'Page Screen Capture' in the context menu.
• Saving a JPG image to your hard disk.                    

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

Название Page Screen Capture Page Screen Capture
ID jhmboajcpbkdbabknkiplgjjddnfglai
Официальный URL https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai
Описание Page Screen Capture can take a screenshot from webpages. Fast and simple!
Размер файла 85.64 KB
Количество установок 1,456
Текущая Версия 1.1.1
Последнее Обновление 2023-01-19
Дата публикации 2018-05-17
Рейтинг 3.86/5 Всего 7 оценок
Разработчик Video Downloader & Useful Tools
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.smart-finder.net/privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.1",
    "name": "Page Screen Capture",
    "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}