Screen Capture - full page

Screen capture your current page in entirety and reliably!

Screen Capture - full page란 무엇입니까?

Screen Capture - full page은(는) waseem.aslam.uspto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screen capture your current page in entirety and reliably!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Screen Capture - full page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Screen Capture provides the ability to take a full webpage screenshots. Capture, annotate and save as JPEG to upload, print and disseminate.  The Screen Capture will also capture the webpage URLs and Day/ timestamp.
This plugin is tightly built with internal APIs of United States Patent and Trademark Office (USPTO) and used internally. 
This plugin always be unlisted to public and distribute to USPTO internal users by network team after evaluation and approval.                    

확장 프로그램 기본 정보

이름 Screen Capture - full page Screen Capture - full page
ID cipcgpmnhbgchgoigejlmbihhhjpneim
공식 URL https://chromewebstore.google.com/detail/screen-capture-full-page/cipcgpmnhbgchgoigejlmbihhhjpneim
설명 Screen capture your current page in entirety and reliably!
파일 크기 154 KB
설치 횟수 258
현재 버전 4.0.0
최근 업데이트 2022-02-23
출시 날짜 2022-02-22
개발자 waseem.aslam.uspto
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.uspto.gov/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capture - full page",
    "version": "4.0.0",
    "manifest_version": 3,
    "description": "Screen capture your current page in entirety and reliably!",
    "action": {
        "default_icon": "icon-999.png",
        "default_popup": "popup.html"
    },
    "background.service_worker": {
        "scripts": [
            "jquery.min.js",
            "moment.min.js",
            "lodash.min.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "optional_permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16-999.png",
        "48": "icon48-999.png",
        "128": "icon128-999.png"
    },
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}