Screenshot Full Page

A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…

Screenshot Full Page란 무엇입니까?

Screenshot Full Page은(는) Rahul Baruri에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Screenshot Full Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or documents. It has all the essential feature that makes it useful and must have browser application. You can easily capture your screen of different sizes and annotate, edit with a powerful built-in image editor. 

Core features:

✅  Full page screenshot capturing
✅  Capture viewport or visible window
✅  Capture selected area
✅  Copy selected area of screen as image
✅  Annotation with tons of features
✅  Powerful image editor with tons of features
✅  Download Image
✅  High resolutions Screenshot images
✅  Highest degree of accuracy 
✅  Great User Interface

Many more are coming

Made with ❤️ by Rahul Baruri

#screenshot #full screenshot #full page screenshot                    

확장 프로그램 기본 정보

이름 Screenshot Full Page Screenshot Full Page
ID hhaepbijcbdhljbjocbilefdhnkngehp
공식 URL https://chromewebstore.google.com/detail/screenshot-full-page/hhaepbijcbdhljbjocbilefdhnkngehp
설명 A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…
파일 크기 432 KB
설치 횟수 10,000
현재 버전 1.0.5
최근 업데이트 2021-04-19
출시 날짜 2020-08-04
평점 3.55/5 총 33 개의 평점
개발자 Rahul Baruri
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Full Page",
    "short_name": "Screenshot",
    "offline_enabled": true,
    "version": "1.0.5",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/css\/injectable.css",
        "editor.html"
    ]
}