Printet

Printet allows you to convert web pages to PDF.

什么是Printet?

Printet是由https://printet.io开发的Chrome扩展程序,该扩展的主要功能是“Printet allows you to convert web pages to PDF.”。

扩展截图

screenshot

下载Printet扩展crx文件

下载Printet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Printet is an online service and Web API which allow you to convert HTML pages to PDF. Printet chrome plugin lets you convert any web page to a PDF file and either download the file or push it to your Dropbox account.

Sign up now for a free account at https://printet.io and start converting HTML pages to PDF. Once you register, go to profile page and copy your API key to plugin option page. If you want to push PDF files to your Dropbox account, just associate it with your Printet account from Profile/Connected Accounts                    

扩展基本信息

名称 Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
官方URL https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
简介 Printet allows you to convert web pages to PDF.
文件大小 74.38 KB
安装次数 88
当前版本 1.0.1
更新时间 2013-12-31
上架时间 2013-12-30
评分 1.00/5 共1次评分
开发者 https://printet.io
付费类型 free
扩展官网 https://printet.io
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Printet",
    "description": "Printet allows you to convert web pages to PDF.",
    "version": "1.0.1",
    "icons": {
        "128": "logo128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "notifications",
        "downloads",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "icon.png"
    },
    "options_page": "options.html"
}