Screenshot Master: Full Page Capture

Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.

Что такое Screenshot Master: Full Page Capture?

Screenshot Master: Full Page Capture - это расширение Chrome, разработанное aymasellkirom, и его основная функция - "Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.".

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

screenshot
screenshot

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

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

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

                        Screenshot Master is a simple screenshot capture extension that allows you to capture the entire screen with just one click. It works just like the native feature of Google Chrome to capture screen but in a more optimized way.

✍ Advantages:
☑︎ Easy and user friendly interface
☑︎ No restrictions on use
☑︎ Support full page screenshot
☑︎ Screen Capture Keyboard Shortcuts 
☑︎ Best Quality, High-Resolution screenshots, support PNG, JPG, WEBP formats. 

Screenshots are useful for a variety of reasons, such as requesting support or simply showing off what you have on your screen. Since screenshots are images, the data on them cannot be edited through any standard means. That's why built-in image editor is an added feature of this screenshot tool. You can use the simple image editor which offers a dozen different features.

✍ Screenshot Editor features: 
☑︎  Write text
☑︎  Cropping
☑︎  Use arrows
☑︎  Include rectangular boxes or lines
☑︎  Support save screenshot to PNG, JPG, WEBP formats. 

Privacy:
We do not collect, store, use, transfer or sell your personal information. In addition, we do not monitor your behavior on the Internet, do not monitor your actions and do not collect web pages that you visit in accordance with our policy https://bit.ly/2RbIRp6.                    

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

Название Screenshot Master: Full Page Capture Screenshot Master: Full Page Capture
ID apalagnadaipfbckpdghfbahagdcldka
Официальный URL https://chrome.google.com/webstore/detail/screenshot-master-full-pa/apalagnadaipfbckpdghfbahagdcldka
Описание Easy, free and full-featured screenshot app to capture, edit and save your screenshots effortlessly.
Размер файла 468 KB
Количество установок 100,000
Текущая Версия 1.5
Последнее Обновление 2022-08-17
Дата публикации 2020-10-20
Рейтинг 3.90/5 Всего 113 оценок
Разработчик aymasellkirom
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/screensho-tmaster-privacy/home
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "logo.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_desc__",
    "icons": {
        "128": "logo.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlUgXV6O0ooe9lz+0zV+xwCyqjc2f8swWTZRcItbVtyRznni+eaRjCHGHDQ143+w7hSr8EgDc9BQTi4NmfOqPs9\/7UWAoyAj+gNsl\/9Qbi\/wuRg8s0PSCTM9fkt3sgokhpNBDaX5YgzkQ6uhTgJBPeJosT5S3Qs2Q1xR+r8dGF+ECWUUNu8GaRF25DzM1WUB5okyiks\/tsp+TwvlQkPCmU7RlwmmQI7ogM2qBYR0mO3rvPu6jL+6BIBMi\/UQAo332VYStp2wJJXauZq\/PcxrZyNE9J389P7qCy7RXcS9T7tIafkyGwSYEmA9Hlhws9L2tI0fo4x8iHt8eGJxMaGudnwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        ""
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "web_accessible_resources": [
        "capture.html",
        "capture.js"
    ]
}