Remove & Print PDF

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

Remove & Print PDF란 무엇입니까?

Remove & Print PDF은(는) http://www.uuware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print Web Page to PDF but don't want some images or contents? try this!"입니다.

확장 프로그램 스크린샷

screenshot

Remove & Print PDF 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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ページを編集モードにして、自由にいらない文字、画像などを消してください!                    

확장 프로그램 기본 정보

이름 Remove & Print PDF Remove & Print PDF
ID cmfjfgondjobaohpnamfengeonbnflmo
공식 URL https://chrome.google.com/webstore/detail/remove-print-pdf/cmfjfgondjobaohpnamfengeonbnflmo
설명 Print Web Page to PDF but don't want some images or contents? try this!
파일 크기 21.87 KB
설치 횟수 922
현재 버전 2.1
최근 업데이트 2021-09-26
출시 날짜 2013-11-06
평점 3.89/5 총 9 개의 평점
개발자 http://www.uuware.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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",
        "",
        "*:\/\/*\/*"
    ]
}