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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PDF Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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": [ " |