Full Page Screenshots by IMG42

Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.

Что такое Full Page Screenshots by IMG42?

Full Page Screenshots by IMG42 - это расширение Chrome, разработанное icodeforlove, и его основная функция - "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.".

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

screenshot
screenshot

Скачать файл CRX расширения Full Page Screenshots by IMG42

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

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

                        This extension provides three features:

- Full page screenshots
- Partial page screenshots
- Free uncompressed hosting                    

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

Название Full Page Screenshots by IMG42 Full Page Screenshots by IMG42
ID nomdplicjljgmgfbjgfnpdgkjpdphdah
Официальный URL https://chrome.google.com/webstore/detail/full-page-screenshots-by/nomdplicjljgmgfbjgfnpdgkjpdphdah
Описание Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.
Размер файла 15.49 KB
Количество установок 333
Текущая Версия 1.0.0
Последнее Обновление 2017-07-02
Дата публикации 2017-07-02
Рейтинг 2.33/5 Всего 3 оценок
Разработчик icodeforlove
Тип оплаты free
Официальный сайт расширения https://img42.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Page Screenshots by IMG42",
    "description": "Instantly capture fullpage, or partial screenshots. After capture they get uploaded to img42 for easy shareability.",
    "manifest_version": 2,
    "version": "1.0.0",
    "minimum_chrome_version": "55",
    "browser_action": {
        "default_icon": "icons\/38x38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/Selector.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/38x38.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ]
}