Print Screen Button

You can quickly print any page with a simple click!

Wat is Print Screen Button?

Print Screen Button is een Chrome-extensie ontwikkeld door alidacalliope, en de belangrijkste functie is "You can quickly print any page with a simple click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Print Screen Button

Download Print Screen 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 the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar.

features:

a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button).

b. There are no settings or choices to change.                    

Basisinformatie over de Extensie

Naam Print Screen Button Print Screen Button
ID iejilhjpldhcgiecimenaeagfboaemkg
Officiële URL https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg
Beschrijving You can quickly print any page with a simple click!
Bestandsgrootte 55.31 KB
Aantal Installaties 39
Huidige Versie 0.1
Laatst Bijgewerkt 2022-06-26
Publicatiedatum 2022-06-26
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar alidacalliope
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://worldaddons.com/print-screen-button/
Help Pagina-URL https://worldaddons.com/contact/
URL van de Privacybeleid Pagina https://worldaddons.com/privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "name": "Print Screen Button",
    "offline_enabled": true,
    "short_name": "print-screen-button",
    "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/",
    "description": "You can quickly print any page with a simple click!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Print Screen Button",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}