Print this page

Adds a print button to the browser.

Was ist Print this page?

Print this page ist eine Chrome-Erweiterung, die von https://www.translation-services-usa.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds a print button to the browser.".

Erweiterungsscreenshots

screenshot

Print this page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Print this page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Print this page Print this page
ID lcgafbckfbhpbmhlpncamfphlpdemleo
Offizielle URL https://chromewebstore.google.com/detail/print-this-page/lcgafbckfbhpbmhlpncamfphlpdemleo
Beschreibung Adds a print button to the browser.
Dateigröße 4.08 KB
Installationsanzahl 17
Aktuelle Version 1.1
Letztes Update 2017-08-26
Veröffentlichungsdatum 2017-08-25
Entwickler https://www.translation-services-usa.com
Zahlungsart free
Unterstützte Sprachen 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
}