PageChopper

Modify current page for printing.

什么是PageChopper?

PageChopper是由https://brispace.us开发的Chrome扩展程序,该扩展的主要功能是“Modify current page for printing.”。

扩展截图

screenshot

下载PageChopper扩展crx文件

下载PageChopper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        PageChopper is my attempt to recreate an old extension called Aardvark that allowed the user to remove elements from the current web page in order to make it better for printing.  You move your mouse pointer over an item and press a key (for example 'r' to remove the item).  A list of the command keys is displayed whenever you activate the extension.  You may remove items, isolate an item (i.e. remove all other items), convert the page to black and white, remove all images, or remove extra whitespace. You may undo any of your changes.                    

扩展基本信息

名称 PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
官方URL https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
简介 Modify current page for printing.
文件大小 11.18 KB
安装次数 70
当前版本 1.0
更新时间 2018-02-27
上架时间 2018-02-27
评分 3.00/5 共2次评分
开发者 https://brispace.us
电子邮箱 [email protected]
付费类型 free
扩展官网 https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageChopper",
    "description": "Modify current page for printing.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_title": "Modify page for printing"
    },
    "permissions": [
        "activeTab"
    ]
}