Print this page

Adds a print button to the browser.

¿Qué es Print this page?

Print this page es una extensión de Chrome desarrollada por https://www.translation-services-usa.com, y su función principal es "Adds a print button to the browser.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Print this page

Descarga archivos de extensión Print this page 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

                        Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers.

Developed for printing funny translations from: http://www.funnytranslator.com/                    

Información Básica de la Extensión

Nombre Print this page Print this page
ID lcgafbckfbhpbmhlpncamfphlpdemleo
URL Oficial https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo
Descripción Adds a print button to the browser.
Tamaño del Archivo 4.08 KB
Cantidad de Instalaciones 17
Versión Actual 1.1
Última Actualización 2017-08-26
Fecha de Publicación 2017-08-25
Desarrollador https://www.translation-services-usa.com
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print this page",
    "description": "Adds a print button to the browser.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}