PageChopper

Modify current page for printing.

Co je PageChopper?

PageChopper je rozšíření Chrome vyvinuté https://brispace.us, a jeho hlavní funkcí je „Modify current page for printing.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PageChopper

Stáhněte si soubory rozšíření PageChopper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
Oficiální URL https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Popis Modify current page for printing.
Velikost souboru 11.18 KB
Počet instalací 70
Aktuální Verze 1.0
Poslední Aktualizace 2018-02-27
Datum Vydání 2018-02-27
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://brispace.us
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Podporované Jazyky 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"
    ]
}