Save website as PDF, JPG, PNG

Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!

Save website as PDF, JPG, PNG란 무엇입니까?

Save website as PDF, JPG, PNG은(는) https://online-umwandeln.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!"입니다.

확장 프로그램 스크린샷

screenshot

Save website as PDF, JPG, PNG 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save your websites as PDF, JPG or PNG - your only one click away from taking screenshots of any webpage!

Simply choose whether you want to save the whole page, the current area or select one by drawing a rectangle. Your Screenshot will be put into you downloads folder.                    

확장 프로그램 기본 정보

이름 Save website as PDF, JPG, PNG Save website as PDF, JPG, PNG
ID cjianfjpjmljmhjjphoepbdieknkfkfb
공식 URL https://chromewebstore.google.com/detail/save-website-as-pdf-jpg-p/cjianfjpjmljmhjjphoepbdieknkfkfb
설명 Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!
파일 크기 22.2 KB
설치 횟수 6,189
현재 버전 1.6.1
최근 업데이트 2018-09-23
출시 날짜 2018-09-23
평점 2.24/5 총 38 개의 평점
개발자 https://online-umwandeln.de
결제 유형 free
확장 프로그램 웹 사이트 https://online-umwandeln.de/
도움말 페이지 URL https://online-umwandeln.de/faq-haeufig-gestellte-fragen/
개인정보 보호 정책 페이지 URL https://online-umwandeln.de/datenschutz-und-datensicherheit
지원되는 언어 de,en,fr,es
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ou-128.png",
        "default_popup": "menu.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "de",
    "description": "__MSG_appDesc__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtZek8zD2Rmy8UDzgfXAx9\/aj\/HML+cAUi50VUxIcUUCMlAULGVAcniI1QjV0oeFu2bWtWPZ8MujuB6RTXWqy8qPLQ8WCDxPHaPaJhLXM9v8qSeYTFDotXoCPbqOp3xObqDQt5dgw\/ygdRHU7deGtDYf8z5ywohBh\/KGnT3iJi7huIhyozGtUUwY+prGjMntZgFRZdmFATKZ16a7oCzBJWd\/qNiSIQ3QMR4\/kAf0PKPCOt301H\/zopbB8vbhOw9zCHAUJ1DmJ9trmtMQ6f3t7BaumhcdETRoPmmrKW2hiUpFwF0DaPmOERNRLBU9YMqBqPfqdMzbbZhY3fmAYTfGlfwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "short_name": "__MSG_appNameShort__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}