screenshot

页面长截图浏览器小工具 - VMMask.com

screenshot란 무엇입니까?

screenshot은(는) fanqieip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "页面长截图浏览器小工具 - VMMask.com"입니다.

확장 프로그램 스크린샷

screenshot

screenshot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        帮助用户对基当前浏览的页面进行滚动式的长截屏,并可预览、下载截图,可右键菜单快捷截图                    

확장 프로그램 기본 정보

이름 screenshot screenshot
ID ihibpepjbcahppdceephbdpgflncodce
공식 URL https://chromewebstore.google.com/detail/screenshot/ihibpepjbcahppdceephbdpgflncodce
설명 页面长截图浏览器小工具 - VMMask.com
파일 크기 15.36 KB
설치 횟수 732
현재 버전 1.0.3
최근 업데이트 2021-09-24
출시 날짜 2021-07-19
평점 4.50/5 총 2 개의 평점
개발자 fanqieip
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://beiyundata.com/pages/about/protocol.html
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u9875\u9762\u957f\u622a\u56fe\u6d4f\u89c8\u5668\u5c0f\u5de5\u5177 - VMMask.com",
    "version": "1.0.3",
    "manifest_version": 2,
    "name": "screenshot",
    "browser_action": {
        "browser_style": false,
        "default_title": "Screenshot",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon-34.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}