Compress PDF
Compress PDF Files Online in Seconds!
Compress PDFとは何ですか?
Compress PDFはhttps://zonepdf.comによって開発されたChromeの拡張機能で、その主な機能は「Compress PDF Files Online in Seconds!」です。
拡張機能のスクリーンショット
Compress PDF拡張機能のCRXファイルをダウンロード
Compress PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Compress PDF Easy and secure way to Compress PDF Files Online! Select or drag your files, then click the Compress button to download your compressed pdf files. All compressed files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.
拡張機能の基本情報
名前 | Compress PDF |
ID | hjoenpcoghflmcbjdfknjebchdndmnoo |
公式URL | https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo |
説明 | Compress PDF Files Online in Seconds! |
ファイルサイズ | 30.08 KB |
インストール数 | 42,890 |
現在のバージョン | 4.0 |
最終更新日 | 2024-01-12 |
公開日 | 2019-08-29 |
評価 | 3.72/5 合計 29 レビュー |
開発者 | https://zonepdf.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://zonepdf.com |
プライバシーポリシーページのURL | https://zonepdf.com/privacy |
対応言語 | de,en,fr,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "4.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-compress.png" }, "icons": { "96": "icon-compress-96.png", "128": "icon-compress-128.png" } } |