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文件

下載Save website as PDF, JPG, PNG擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}