Print Button

Easily print any page with just one click!

Was ist Print Button?

Print Button ist eine Chrome-Erweiterung, die von Jorvi entwickelt wurde, und ihr Hauptmerkmal ist "Easily print any page with just one click!".

Erweiterungsscreenshots

screenshot

Print Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Print Button-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

                        With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar.

Important features:
a. Print any webpage with a click of a button (toolbar button).
b. No settings or options to adjust.

To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html)                    

Grundlegende Informationen zur Erweiterung

Name Print Button Print Button
ID chknabpgcjhognofjhnlhlmjgidpjkeg
Offizielle URL https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg
Beschreibung Easily print any page with just one click!
Dateigröße 7.05 KB
Installationsanzahl 13,341
Aktuelle Version 0.1.6
Letztes Update 2023-12-03
Veröffentlichungsdatum 2019-04-07
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Jorvi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mybrowseraddon.com/print.html
Hilfeseite URL https://mybrowseraddon.com/print.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "name": "Print Button",
    "offline_enabled": true,
    "homepage_url": "https:\/\/mybrowseraddon.com\/print.html",
    "description": "Easily print any page with just one click!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Print Button",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}