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."입니다.
확장 프로그램 스크린샷
PDF Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |