PageChopper

Modify current page for printing.

¿Qué es PageChopper?

PageChopper es una extensión de Chrome desarrollada por https://brispace.us, y su función principal es "Modify current page for printing.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PageChopper

Descarga archivos de extensión PageChopper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PageChopper PageChopper
ID bcdjdbiiohahlfdochlfbbplnfgakhmk
URL Oficial https://chromewebstore.google.com/detail/pagechopper/bcdjdbiiohahlfdochlfbbplnfgakhmk
Descripción Modify current page for printing.
Tamaño del Archivo 11.18 KB
Cantidad de Instalaciones 70
Versión Actual 1.0
Última Actualización 2018-02-27
Fecha de Publicación 2018-02-27
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador https://brispace.us
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://brispace.us/blog/title/Modify_Web_Pages_For_Printing_With_PageChopper
Idiomas Soportados 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"
    ]
}