Printet

Printet allows you to convert web pages to PDF.

Printet là gì?

Printet là một tiện ích mở rộng Chrome được phát triển bởi https://printet.io, và tính năng chính của nó là "Printet allows you to convert web pages to PDF.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Printet

Tải xuống các tệp mở rộng Printet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
URL Chính Thức https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Mô tả Printet allows you to convert web pages to PDF.
Kích Thước Tệp 74.38 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-12-31
Ngày Phát Hành 2013-12-30
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://printet.io
Loại Thanh Toán free
Trang Web Mở Rộng https://printet.io
Ngôn Ngữ Được Hỗ Trợ 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"
}