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