Print

Print your current page.

Wat is Print?

Print is een Chrome-extensie ontwikkeld door cros-mgmt-eng, en de belangrijkste functie is "Print your current page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Print

Download Print-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

                        Adds a shortcut to print your page.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Basisinformatie over de Extensie

Naam Print Print
ID ngjnkanfphagcaokhjecbgkboelgfcnf
Officiële URL https://chromewebstore.google.com/detail/print/ngjnkanfphagcaokhjecbgkboelgfcnf
Beschrijving Print your current page.
Bestandsgrootte 5.69 KB
Aantal Installaties 7,878
Huidige Versie 1.0.1
Laatst Bijgewerkt 2015-08-25
Publicatiedatum 2015-08-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar cros-mgmt-eng
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Print",
    "version": "1.0.1",
    "description": "Print your current page.",
    "icons": {
        "72": "icon_black.png"
    },
    "browser_action": {
        "default_title": "Print",
        "default_icon": "icon_black.png"
    },
    "background": {
        "page": "print.html",
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}