iWeb2x - URL to PDF & Image

Convert web page to printer friendly PDF, image snapshot, or high resolution wallpaper

iWeb2x - URL to PDF & Image란 무엇입니까?

iWeb2x - URL to PDF & Image은(는) http://www.sciweavers.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Convert web page to printer friendly PDF, image snapshot, or high resolution wallpaper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

iWeb2x - URL to PDF & Image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Convert a web page to a printer friendly PDF, image snapshot, or high resolution wallpaper.

★★ Features ★★

1. Web Page to PDF

- Convert web page to an elegant printer friendly PDF to print or read offline
- Control page size (Letter, Legal, A0-A9, B0-B10, +more)
- Control page orientation (Landscape, Portrait)
- Control PDF render mode (Color, Gray)
- Exclude web page images or background color to optimize printing
- The service uses the following online service iWeb2Print

http://www.sciweavers.org/free-online-html-to-pdf

2. Web Page to Image

- Convert web page to an image snapshot or high resolution wallpaper
- Support several image formats (PNG, GIF, JPG, TIF, BMP, PPM, PGM)
- Support standard wallpaper sizes (1024x768, 1280x600, 1920x1200, +more)
- Set image size to “Screen” to save entire web page rather than its visible area
- Set image format to “PNG” to get high resolution image. Size may be huge!
- Set image format to “JPG” to get small size image
- The service uses the following online service iWeb2Shot

http://www.sciweavers.org/free-online-web-to-image

Both services apply the following restrictions:

- For security purposes, JavaScripts contained in a web page are automatically disabled except for some trusted websites.

- Do not convert webpages that require user login such as bank accounts, emails, and social networks.

This service is provided by Sciweavers.org, an academic network for scientists.
http://www.sciweavers.org                    

확장 프로그램 기본 정보

이름 iWeb2x - URL to PDF & Image iWeb2x - URL to PDF & Image
ID mhabjpofjblpelkgmllkpcnlhgjpebko
공식 URL https://chrome.google.com/webstore/detail/iweb2x-url-to-pdf-image/mhabjpofjblpelkgmllkpcnlhgjpebko
설명 Convert web page to printer friendly PDF, image snapshot, or high resolution wallpaper
파일 크기 107 KB
설치 횟수 15,609
현재 버전 3.0
최근 업데이트 2013-06-13
출시 날짜 2013-06-13
평점 2.77/5 총 294 개의 평점
개발자 http://www.sciweavers.org
결제 유형 free
확장 프로그램 웹 사이트 http://www.sciweavers.org/free-online-html-to-pdf
도움말 페이지 URL http://www.sciweavers.org/contact/Contact_Us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iWeb2x - URL to PDF & Image",
    "version": "3.0",
    "manifest_version": 2,
    "description": "Convert web page to printer friendly PDF, image snapshot, or high resolution wallpaper",
    "permissions": [
        "tabs",
        "http:\/\/www.sciweavers.org\/"
    ],
    "browser_action": {
        "default_icon": "sciweavers-19.png",
        "default_popup": "iWeb2x.html"
    },
    "icons": {
        "48": "sciweavers-48.png",
        "64": "sciweavers-64.png",
        "128": "sciweavers-128.png"
    }
}