Print Plus

Adds a print button to the browser.

Was ist Print Plus?

Print Plus ist eine Chrome-Erweiterung, die von ellienora00 entwickelt wurde, und ihr Hauptmerkmal ist "Adds a print button to the browser.".

Erweiterungsscreenshots

screenshot

Print Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Print Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.                    

Grundlegende Informationen zur Erweiterung

Name Print Plus Print Plus
ID edomigmolmlfpcdkidnjagcahdbacpbj
Offizielle URL https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj
Beschreibung Adds a print button to the browser.
Dateigröße 4.49 KB
Installationsanzahl 502
Aktuelle Version 1.2
Letztes Update 2022-01-11
Veröffentlichungsdatum 2022-01-11
Entwickler ellienora00
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.golferarena.com/
Hilfeseite URL https://www.golferarena.com/
URL der Datenschutzrichtlinien-Seite https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print Plus",
    "description": "Adds a print button to the browser.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}