ConvertToPdf
ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
ConvertToPdf란 무엇입니까?
ConvertToPdf은(는) ztek.apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page."입니다.
확장 프로그램 스크린샷
ConvertToPdf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get links to PDF converter with as well as new tab page search. ConvertoPDF Tab Offers: - Convenient and easy search - Links for different PDF related capabilities The extension requests the following permissions: - Set your new tab page search to https://nt.convertopdf.com/ - Can read and change your data on sites: *://*.convertopdf.com/* https://*.blpsearch.com/* https://*.service.prsstobe.com/* terms: https://www.convertopdf.com/terms privacy: https://www.convertopdf.com/privacy
확장 프로그램 기본 정보
이름 | ConvertToPdf |
ID | cphpiaeghkgaodcpcepgboloofaajjib |
공식 URL | https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib |
설명 | ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page. |
파일 크기 | 73.86 KB |
설치 횟수 | 1,100 |
현재 버전 | 1.0.833.904 |
최근 업데이트 | 2020-07-17 |
출시 날짜 | 2020-06-28 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | ztek.apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.blpsearch.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.833.904", "name": "ConvertToPdf", "description": "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.", "icons": { "128": "icons\/icon-128.png" }, "background": { "scripts": [ "js\/brand.js", "js\/aes.js", "js\/mode-ecb.js", "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon-128.png", "default_title": "ConvertToPdf" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "web_accessible_resources": [ "icons\/checker.gif" ], "permissions": [ "*:\/\/*.convertopdf.com\/*", "https:\/\/*.blpsearch.com\/*", "https:\/\/*.service.prsstobe.com\/*", "cookies", "storage" ] } |