Print Screen Button

You can quickly print any page with a simple click!

Qu'est-ce que Print Screen Button ?

Print Screen Button est une extension Chrome développée par alidacalliope, et sa fonction principale est "You can quickly print any page with a simple click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Print Screen Button

Téléchargez les fichiers d'extension Print Screen Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Print Screen Button Print Screen Button
ID iejilhjpldhcgiecimenaeagfboaemkg
URL Officiel https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg
Description You can quickly print any page with a simple click!
Taille du Fichier 55.31 KB
Nombre d'Installations 39
Version Actuelle 0.1
Dernière Mise à Jour 2022-06-26
Date de Publication 2022-06-26
Évaluation 4.80/5 Total 10 Évaluations
Développeur alidacalliope
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://worldaddons.com/print-screen-button/
URL de la Page d'Aide https://worldaddons.com/contact/
URL de la Page de Politique de Confidentialité https://worldaddons.com/privacy-policy
Langues Prises en Charge 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"
    }
}