Screenshot Capture (Allstyls)

Screenshot Capture

Что такое Screenshot Capture (Allstyls)?

Screenshot Capture (Allstyls) - это расширение Chrome, разработанное allstyls.powerbrand, и его основная функция - "Screenshot Capture".

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

Скачать файл CRX расширения Screenshot Capture (Allstyls)

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

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

                        You are an right path to make your RFQ process simpler!
Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.                    

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

Название Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
Официальный URL https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
Описание Screenshot Capture
Размер файла 83.92 KB
Количество установок 413
Текущая Версия 1.7
Последнее Обновление 2018-06-01
Дата публикации 2018-06-01
Разработчик allstyls.powerbrand
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.allstyls.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Capture (Allstyls)",
    "author": "Amrita Sharma",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Screenshot Capture",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "22": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.allstyls.com",
    "permissions": [
        "storage",
        "activeTab"
    ]
}