Screenshots (Topvisor)

Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)

What is Screenshots (Topvisor)?

Screenshots (Topvisor) is a Chrome extension developed by Topvisor, and its main feature is "Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)".

Extension Screenshots

screenshot

Download Screenshots (Topvisor) Extension CRX File

Download Screenshots (Topvisor) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Удобный функционал рисования прямо на странице сайта.

Поддерживает инструменты: линия, стрелка, текст, круг, прямоугольник, сноска с нумерацией, размытие (закрытие конфиденциальной информации).

Режим магнита позволяет рисовать с привязкой к элементам страницы (текс, кнопки, формы, ссылки и другое).

Позволяет делать скриншоты высокой четкости Retina с любых экранов (только Firefox)                    

Extension Basic Information

Name Screenshots (Topvisor) Screenshots (Topvisor)
ID kgedgffphpjicaphbghmenakfkmfmnia
Official URL https://chromewebstore.google.com/detail/screenshots-topvisor/kgedgffphpjicaphbghmenakfkmfmnia
Description Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)
File Size 622 KB
Installation Count 32
Current Version 1.0.4
Last Updated 2021-04-25
Publish Date 2021-03-21
Developer Topvisor
Email [email protected]
Payment Type free
Privacy Policy Page URL https://topvisor.com/privacy
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "ru",
    "homepage_url": "https:\/\/topvisor.com",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "16x16.png",
        "32": "32x32.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery\/jquery.min.js",
                "jquery\/jquery-ui.min.js",
                "require.min.js",
                "content.js",
                "painter\/circle.js",
                "painter\/line.js",
                "painter\/magnet.js",
                "painter\/main.js",
                "painter\/point.js",
                "painter\/rect.js",
                "painter\/text.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/*",
        "icomoon\/*",
        "painter\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_toggle__",
        "default_icon": "32x32.png"
    },
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "__MSG_toggle__"
        }
    }
}