Printer for Google Chrome 2.0

Prints the current page opened in Chrome with a single click.

¿Qué es Printer for Google Chrome 2.0?

Printer for Google Chrome 2.0 es una extensión de Chrome desarrollada por A & C, y su función principal es "Prints the current page opened in Chrome with a single click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Printer for Google Chrome 2.0

Descarga archivos de extensión Printer for Google Chrome 2.0 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

                        ⬇️Easy to set up ⬇️:



1. 🆓 and very easy to operate.
2. Place a print 🖨 button inside your web browser. So you can easily print a page with one click.
3. Choose the style and the Print button design. 🖨(color, black and white)
4. Double-click on the print icon 🖨 to save the file in HTML or PDF, or to open the Options page.



✨Features ✨:



1. Choose between the regular Print button or the Material Design Print button.
2. Or customize your own design Print button.
3. Supports both the TOUCH screen 🖥and DESKTOP screens with the mouse.🖱
4. Print button works for Windows, Mac, Linux, and Google Chromebooks.



Our extension lets you print faster the opened tab on your current browser with one single click.                    

Información Básica de la Extensión

Nombre Printer for Google Chrome 2.0 Printer for Google Chrome 2.0
ID dakpnihnhmgcllccmbgcfhkbkmaojebe
URL Oficial https://chromewebstore.google.com/detail/printer-for-google-chrome/dakpnihnhmgcllccmbgcfhkbkmaojebe
Descripción Prints the current page opened in Chrome with a single click.
Tamaño del Archivo 15.38 KB
Cantidad de Instalaciones 939
Versión Actual 1.0.1
Última Actualización 2022-10-09
Fecha de Publicación 2022-10-09
Calificación 4.56/5 Total de 18 Calificaciones
Desarrollador A & C
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Printer for Google Chrome 2.0",
    "description": "Prints the current page opened in Chrome with a single click.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/print_16.png",
            "32": "icons\/print_32.png",
            "64": "icons\/print_64.png",
            "128": "icons\/print_128.png",
            "256": "icons\/print_256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/print_16.png",
        "32": "icons\/print_32.png",
        "64": "icons\/print_64.png",
        "128": "icons\/print_128.png",
        "256": "icons\/print_256.png"
    },
    "permissions": [
        "storage"
    ]
}