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”。
扩展截图
下载iWeb2x - URL to PDF & Image扩展crx文件
下载iWeb2x - URL to PDF & Image扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
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" } } |