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
官方網址 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"
}