Full page screenshot in One Click

A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.

Full page screenshot in One Click란 무엇입니까?

Full page screenshot in One Click은(는) Q-CORP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Full page screenshot in One Click 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You didn't know how to take a screenshot of the full page of the site? Now it can be done in one click using the Full page screenshot in One Click. Just press one button and a screenshot of the entire page is saved as a png image to your computer.

How to use:
1. Find the extension icon on the toolbar. Make it always visible with the "Pin" button.
2. Open any page
3. Click the button on the toolbar
4. Choose where to save the file

 Advantages:
- Quickly
- Easy
- In one click                    

확장 프로그램 기본 정보

이름 Full page screenshot in One Click Full page screenshot in One Click
ID bncmkhiglmljkfoicddbccfmaieedojn
공식 URL https://chromewebstore.google.com/detail/full-page-screenshot-in-o/bncmkhiglmljkfoicddbccfmaieedojn
설명 A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.
파일 크기 62.53 KB
설치 횟수 15
현재 버전 1.0
최근 업데이트 2023-10-14
출시 날짜 2023-10-14
평점 5.00/5 총 13 개의 평점
개발자 Q-CORP
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/16pXpKcwWYJm5aSA0870lJMCU9BNTWoQqgDvnSkfkXAs/edit?usp=sharing
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full page screenshot in One Click",
    "version": "1.0",
    "default_locale": "en",
    "description": "A screenshot of the full page in one click. Just click one button and the screenshot will be saved on your computer.",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "html2canvas.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}