PageChopper

Modify current page for printing.

Vad är PageChopper?

PageChopper är en Chrome-tillägg utvecklad av https://brispace.us, och dess huvudfunktion är "Modify current page for printing.".

Tilläggsskärmbilder

screenshot

Ladda ner PageChopper-förlängningens CRX-fil

Ladda ner PageChopper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
Officiell webbadress https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Beskrivning Modify current page for printing.
Filstorlek 11.18 KB
Antal Installationer 70
Aktuell Version 1.0
Senast Uppdaterad 2018-02-27
Publiceringsdatum 2018-02-27
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://brispace.us
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Stödda Språk 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"
    ]
}