Compress PDF
Compress PDF Files Online in Seconds!
Vad är Compress PDF?
Compress PDF är en Chrome-tillägg utvecklad av https://zonepdf.com, och dess huvudfunktion är "Compress PDF Files Online in Seconds!".
Tilläggsskärmbilder
Ladda ner Compress PDF-förlängningens CRX-fil
Ladda ner Compress PDF-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Compress PDF |
ID | hjoenpcoghflmcbjdfknjebchdndmnoo |
Officiell webbadress | https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo |
Beskrivning | Compress PDF Files Online in Seconds! |
Filstorlek | 30.08 KB |
Antal Installationer | 42,890 |
Aktuell Version | 4.0 |
Senast Uppdaterad | 2024-01-12 |
Publiceringsdatum | 2019-08-29 |
Betyg | 3.72/5 Totalt 29 Betyg |
Utvecklare | https://zonepdf.com |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://zonepdf.com |
URL till Sekretesspolicy Sidan | https://zonepdf.com/privacy |
Stödda Språk | 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" } } |