ScreenShot Manager

Take screenshots and store them in local memory. Download them automatically or at a later date.

Что такое ScreenShot Manager?

ScreenShot Manager - это расширение Chrome, разработанное Karl Lankester-Carthy, и его основная функция - "Take screenshots and store them in local memory. Download them automatically or at a later date.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ScreenShot Manager

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

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

                        ScreenShot Manager is made to store multiple screenshots in local memory for later use. 

Shots by default are downloaded automatically to the downloads folder. 

You can change this in the settings and have a dialog show which will ask you were you would like to save it. 

Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.                    

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

Название ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
Официальный URL https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
Описание Take screenshots and store them in local memory. Download them automatically or at a later date.
Размер файла 108 KB
Количество установок 1,426
Текущая Версия 1.9
Последнее Обновление 2019-07-12
Дата публикации 2019-07-12
Рейтинг 4.00/5 Всего 4 оценок
Разработчик Karl Lankester-Carthy
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://etcmind.wordpress.com/
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShot Manager",
    "version": "1.9",
    "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "camera16.png",
        "48": "camera48.png",
        "128": "camera128.png"
    },
    "browser_action": {
        "default_icon": "camera16.png",
        "default_title": "Shoot!"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "manifest_version": 2
}