Screenshots (Topvisor)

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

O que é Screenshots (Topvisor)?

Screenshots (Topvisor) é uma extensão do Chrome desenvolvida por Topvisor, e sua principal característica é "Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Screenshots (Topvisor)

Baixe arquivos de extensão Screenshots (Topvisor) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

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

Informações Básicas da Extensão

Nome Screenshots (Topvisor) Screenshots (Topvisor)
ID kgedgffphpjicaphbghmenakfkmfmnia
URL Oficial https://chromewebstore.google.com/detail/screenshots-topvisor/kgedgffphpjicaphbghmenakfkmfmnia
Descrição Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)
Tamanho do Arquivo 622 KB
Contagem de Instalações 32
Versão Atual 1.0.4
Última Atualização 2021-04-25
Data de Publicação 2021-03-21
Desenvolvedor Topvisor
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://topvisor.com/privacy
Idiomas Suportados 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__"
        }
    }
}