Screensync Screenshot App Deluxe

Capture & Share Your Screen With Ease

Что такое Screensync Screenshot App Deluxe?

Screensync Screenshot App Deluxe - это расширение Chrome, разработанное nitro4real, и его основная функция - "Capture & Share Your Screen With Ease".

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

screenshot
screenshot

Скачать файл CRX расширения Screensync Screenshot App Deluxe

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

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

                        Capture & Share Your Screen With Ease

Capture a screenshot of the webpage, edit it and save it on your desktop, upload it to server and share it with your friends. Feel free to use the windows app with all its elite features.

NOW VISION IS AVAILABLE!
Vision is a public gallery where you can upload your favorite images.

Key Features:
-Take screenshot and share it
-Select any part of the page
-Take full page capture and save it locally or upload it to your favorite social media.

-Save on a disk or upload to a server
-Search for similar screenshots

Hope you enjoy this extension. Don’t forget to rate and leave a review.                    

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

Название Screensync Screenshot App Deluxe Screensync Screenshot App Deluxe
ID kleaodjldblpicdjfmhdmmbajbocppop
Официальный URL https://chromewebstore.google.com/detail/screensync-screenshot-app/kleaodjldblpicdjfmhdmmbajbocppop
Описание Capture & Share Your Screen With Ease
Размер файла 395 KB
Количество установок 2,238
Текущая Версия 2.1.5
Последнее Обновление 2023-12-09
Дата публикации 2019-09-10
Рейтинг 4.50/5 Всего 14 оценок
Разработчик nitro4real
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://screensync.org/
URL страницы помощи https://screensync.org/faq
URL страницы политики конфиденциальности https://screensync.org/tos
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js",
            "scripts\/api.js"
        ]
    },
    "browser_action": {
        "default_popup": "main.html"
    },
    "description": "Capture & Share Your Screen With Ease",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-19.png"
    },
    "manifest_version": 2,
    "name": "Screensync Screenshot App Deluxe",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "version": "2.1.5",
    "options_page": "options.html",
    "commands": {
        "captureregion": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "It captures a region of your choice."
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/matomo.screensyncextension.com\/; object-src 'self'"
}