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.”。

扩展截图

screenshot
screenshot
screenshot

下载pageTrap - Convert URLs to PDFs or Images扩展crx文件

下载pageTrap - Convert URLs to PDFs or Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}