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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

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

Позволяет делать скриншоты высокой четкости 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__"
        }
    }
}