Screenshots (Topvisor)

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

Screenshots (Topvisor) là gì?

Screenshots (Topvisor) là một tiện ích mở rộng Chrome được phát triển bởi Topvisor, và tính năng chính của nó là "Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screenshots (Topvisor)

Tải xuống các tệp mở rộng Screenshots (Topvisor) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Screenshots (Topvisor) Screenshots (Topvisor)
ID kgedgffphpjicaphbghmenakfkmfmnia
URL Chính Thức https://chromewebstore.google.com/detail/screenshots-topvisor/kgedgffphpjicaphbghmenakfkmfmnia
Mô tả Quick page markup with saving in png. Allows you to take high-definition Retina screenshots from any screen (Firefox only)
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-04-25
Ngày Phát Hành 2021-03-21
Nhà Phát Triển Topvisor
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://topvisor.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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__"
        }
    }
}