Print Button

Easily print any page with just one click!

Hvad er Print Button?

Print Button er en Chrome-udvidelse udviklet af Jorvi, og dens hovedfunktion er "Easily print any page with just one click!".

Udvidelsesskærmbilleder

screenshot

Download Print Button-udvidelses-CRX-fil

Download Print Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Print Button Print Button
ID chknabpgcjhognofjhnlhlmjgidpjkeg
Officiel URL https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg
Beskrivelse Easily print any page with just one click!
Filstørrelse 7.05 KB
Antal Installationer 13,341
Nuværende Version 0.1.6
Senest Opdateret 2023-12-03
Udgivelsesdato 2019-04-07
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Jorvi
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://mybrowseraddon.com/print.html
Hjælpeside-URL https://mybrowseraddon.com/print.html
Understøttede Sprog 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"
    }
}