Print Button

Easily print any page with just one click!

Wat is Print Button?

Print Button is een Chrome-extensie ontwikkeld door Jorvi, en de belangrijkste functie is "Easily print any page with just one click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Print Button

Download Print Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Print Button Print Button
ID chknabpgcjhognofjhnlhlmjgidpjkeg
Officiële URL https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg
Beschrijving Easily print any page with just one click!
Bestandsgrootte 7.05 KB
Aantal Installaties 13,341
Huidige Versie 0.1.6
Laatst Bijgewerkt 2023-12-03
Publicatiedatum 2019-04-07
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Jorvi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://mybrowseraddon.com/print.html
Help Pagina-URL https://mybrowseraddon.com/print.html
Ondersteunde Talen 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"
    }
}