pageTrap - Convert URLs to PDFs or Images
The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.
pageTrap - Convert URLs to PDFs or Images란 무엇입니까?
pageTrap - Convert URLs to PDFs or Images은(는) https://pagetrap.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files."입니다.
확장 프로그램 스크린샷
pageTrap - Convert URLs to PDFs or Images 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The pageTrap.com Chrome extension lets you easily convert the current page you're on to an accurately-rendered PDF or a JPG file. pageTrap.com is an easy-to-use conversion service that powers this extension. The service renders HTML as a PDF or an Image. The extension works for free but if you become a member at pageTrap.com you will receive 25 free credits that will unlock all features - those features being the removal of the pageTrap logo from the results, and the ability to use many other parameters like: Orientation, Size, Margins, ImageFormat, jQuery selector etc. If you're a developer checkout our API to take advantage of pageTrap on a large scale.
확장 프로그램 기본 정보
이름 | pageTrap - Convert URLs to PDFs or Images |
ID | hfiemcjbbibdkggfinmbmfepbbmehomc |
공식 URL | https://chromewebstore.google.com/detail/pagetrap-convert-urls-to/hfiemcjbbibdkggfinmbmfepbbmehomc |
설명 | The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files. |
파일 크기 | 133 KB |
설치 횟수 | 1,609 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-01-03 |
출시 날짜 | 2014-01-03 |
평점 | 3.50/5 총 12 개의 평점 |
개발자 | https://pagetrap.com |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "pageTrap - Convert URLs to PDFs or Images", "short_name": "Generate PDFs or Images", "description": "The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.", "version": "1.2", "permissions": [ "https:\/\/pagetrap.com\/", "http:\/\/pagetrap.com\/", "downloads", "cookies", "tabs" ], "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |