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.
Wat is PDF Clipper?
PDF Clipper is een Chrome-extensie ontwikkeld door https://pdfclipper.com, en de belangrijkste functie is "This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.".
Extensie Screenshots
Download het CRX-bestand van de extensie PDF Clipper
Download PDF Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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].
Basisinformatie over de Extensie
Naam | PDF Clipper |
ID | meockjhjiadadpmodamdpcgbiajcmnid |
Officiële URL | https://chromewebstore.google.com/detail/pdf-clipper/meockjhjiadadpmodamdpcgbiajcmnid |
Beschrijving | This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image. |
Bestandsgrootte | 2.84 MB |
Aantal Installaties | 1,333 |
Huidige Versie | 1.94 |
Laatst Bijgewerkt | 2024-02-27 |
Publicatiedatum | 2020-10-06 |
Ontwikkelaar | https://pdfclipper.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pdfclipper.com |
URL van de Privacybeleid Pagina | https://pdfclipper.com/privacy |
Ondersteunde Talen | 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": [ " |