Print Button

Easily print any page with just one click!

Qu'est-ce que Print Button ?

Print Button est une extension Chrome développée par Jorvi, et sa fonction principale est "Easily print any page with just one click!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Print 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 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)                    

Informations de Base sur l'Extension

Nom Print Button Print Button
ID chknabpgcjhognofjhnlhlmjgidpjkeg
URL Officiel https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg
Description Easily print any page with just one click!
Taille du Fichier 7.05 KB
Nombre d'Installations 13,341
Version Actuelle 0.1.6
Dernière Mise à Jour 2023-12-03
Date de Publication 2019-04-07
Évaluation 4.20/5 Total 5 Évaluations
Développeur Jorvi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/print.html
URL de la Page d'Aide https://mybrowseraddon.com/print.html
Langues Prises en Charge 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"
    }
}