PDF Clipper

This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.

PDF Clipperとは何ですか?

PDF Clipperはhttps://pdfclipper.comによって開発されたChromeの拡張機能で、その主な機能は「This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.」です。

拡張機能のスクリーンショット

screenshot
screenshot

PDF Clipper拡張機能のCRXファイルをダウンロード

PDF Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Compatible with your device.


This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.

 It allows user to convert files in different formats to PDF.

By clicking the "Add To Chrome" button and activating the pdfclipper.com extension, setting the Chrome™ New Tab to PDFClipper with search by Bing, you are agreeing to pdfclipper.com's Terms of Agreement (found here: https://pdfclipper.com/terms) and its Privacy Policy (found here: https://pdfclipper.com/privacy).

The PDFClipper extension can be removed from the browser any time. In case, you wish to remove the extension from your browser, please visit http://pdfclipper.com/uninstall. For assistance, please contact us at [email protected].                    

拡張機能の基本情報

名前 PDF Clipper PDF Clipper
ID meockjhjiadadpmodamdpcgbiajcmnid
公式URL https://chromewebstore.google.com/detail/pdf-clipper/meockjhjiadadpmodamdpcgbiajcmnid
説明 This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.
ファイルサイズ 2.84 MB
インストール数 1,333
現在のバージョン 1.94
最終更新日 2024-02-27
公開日 2020-10-06
開発者 https://pdfclipper.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pdfclipper.com
プライバシーポリシーページのURL https://pdfclipper.com/privacy
対応言語 en-US
manifest.json
{
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "ext.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "128": "images\/icons\/48.png",
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:\/\/ajax.googleapis.com;"
    },
    "description": "This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.",
    "icons": {
        "128": "images\/icons\/48.png",
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "PDF Clipper",
    "permissions": [
        "background",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.94"
}