Screenshots (Topvisor)

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

什么是Screenshots (Topvisor)?

Screenshots (Topvisor)是由Topvisor开发的Chrome扩展程序,该扩展的主要功能是“Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)”。

扩展截图

screenshot

下载Screenshots (Topvisor)扩展crx文件

下载Screenshots (Topvisor)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

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

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

扩展基本信息

名称 Screenshots (Topvisor) Screenshots (Topvisor)
ID kgedgffphpjicaphbghmenakfkmfmnia
官方URL https://chromewebstore.google.com/detail/screenshots-topvisor/kgedgffphpjicaphbghmenakfkmfmnia
简介 Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)
文件大小 622 KB
安装次数 32
当前版本 1.0.4
更新时间 2021-04-25
上架时间 2021-03-21
开发者 Topvisor
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://topvisor.com/privacy
支持的语言 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__"
        }
    }
}