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
公式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"
}