PageChopper

Modify current page for printing.

What is PageChopper?

PageChopper is a Chrome extension developed by https://brispace.us, and its main feature is "Modify current page for printing.".

Extension Screenshots

screenshot

Download PageChopper Extension CRX File

Download PageChopper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
Official URL https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Description Modify current page for printing.
File Size 11.18 KB
Installation Count 70
Current Version 1.0
Last Updated 2018-02-27
Publish Date 2018-02-27
Rating 3.00/5 Total 2 Ratings
Developer https://brispace.us
Email [email protected]
Payment Type free
Extension Website https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Supported Languages 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"
    ]
}