Remove & Print PDF

Print Web Page to PDF but don't want some images or contents? try this!

Remove & Print PDF là gì?

Remove & Print PDF là một tiện ích mở rộng Chrome được phát triển bởi http://www.uuware.com, và tính năng chính của nó là "Print Web Page to PDF but don't want some images or contents? try this!".

Ả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 Remove & Print PDF

Tải xuống các tệp mở rộng Remove & Print PDF 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

                        When you want to print a web page, often there are contents or images that only waste paper and ink. So this app helps you to remove them easily!
This app is open source at: https://github.com/uuware/Remove-Print-PDF

打印网页时,想删掉一些广告,图片?请使用这个扩展功能!让网页立即处于可编辑状态,你可以删掉一切影响打印的东西!

Webページを印刷に、コマーシャル、画像などが邪魔?消して!この拡張機能を使ってください!Webページを編集モードにして、自由にいらない文字、画像などを消してください!                    

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

Tên Remove & Print PDF Remove & Print PDF
ID cmfjfgondjobaohpnamfengeonbnflmo
URL Chính Thức https://chrome.google.com/webstore/detail/remove-print-pdf/cmfjfgondjobaohpnamfengeonbnflmo
Mô tả Print Web Page to PDF but don't want some images or contents? try this!
Kích Thước Tệp 21.87 KB
Số Lần Cài Đặt 922
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-09-26
Ngày Phát Hành 2013-11-06
Đánh Giá 3.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://www.uuware.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove & Print PDF",
    "description": "Print Web Page to PDF but don't want some images or contents? try this!",
    "version": "2.1",
    "manifest_version": 2,
    "homepage_url": "http:\/\/uuware.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "icon-small.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon-small.png"
    },
    "permissions": [
        "tabs",
        "",
        "*:\/\/*\/*"
    ]
}