DOM Capture

Capture's Dom Elements

Что такое DOM Capture?

DOM Capture - это расширение Chrome, разработанное Matthias Eichner, и его основная функция - "Capture's Dom Elements".

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

screenshot
screenshot
screenshot

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

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

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

                        Allows you to take a screenshot of the whole webpage or just of the part(s) you require.

✔️ Take screenshots with one click
✔️ Copy to clipboard or store to png file
✔️ No server request required! Everything happens locally in your browser!
✔️ Free and Open Source

DOM Capture is not just another screenshot tool. Its technical approach is unique and lets you merge different parts of a website into a single image. All with one click!
Be aware that you will need some knowledge of HTML and the Google Developer Console if you want to use this particular feature!                    

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

Название DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
Официальный URL https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
Описание Capture's Dom Elements
Размер файла 159 KB
Количество установок 221
Текущая Версия 1.0.1
Последнее Обновление 2021-01-04
Дата публикации 2021-01-04
Рейтинг 4.33/5 Всего 3 оценок
Разработчик Matthias Eichner
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Mewel/DOMCapture
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DOM Capture",
    "description": "Capture's Dom Elements",
    "version": "1.0.1",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}