Print this page

Adds a print button to the browser.

Qu'est-ce que Print this page ?

Print this page est une extension Chrome développée par https://www.translation-services-usa.com, et sa fonction principale est "Adds a print button to the browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Print this page

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

                        Simple Chrome extension to print your Bad Translations and refer to them later with your friends and co-workers.

Developed for printing funny translations from: http://www.funnytranslator.com/                    

Informations de Base sur l'Extension

Nom Print this page Print this page
ID lcgafbckfbhpbmhlpncamfphlpdemleo
URL Officiel https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo
Description Adds a print button to the browser.
Taille du Fichier 4.08 KB
Nombre d'Installations 17
Version Actuelle 1.1
Dernière Mise à Jour 2017-08-26
Date de Publication 2017-08-25
Développeur https://www.translation-services-usa.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print this page",
    "description": "Adds a print button to the browser.",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Print this page",
        "default_icon": "print_16x16.png"
    },
    "manifest_version": 2
}