PageChopper

Modify current page for printing.

Wat is PageChopper?

PageChopper is een Chrome-extensie ontwikkeld door https://brispace.us, en de belangrijkste functie is "Modify current page for printing.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PageChopper

Download PageChopper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
Officiële URL https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Beschrijving Modify current page for printing.
Bestandsgrootte 11.18 KB
Aantal Installaties 70
Huidige Versie 1.0
Laatst Bijgewerkt 2018-02-27
Publicatiedatum 2018-02-27
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://brispace.us
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Ondersteunde Talen 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"
    ]
}