Printerest

Print Pinterest pins Properly

Was ist Printerest?

Printerest ist eine Chrome-Erweiterung, die von https://normally.com entwickelt wurde, und ihr Hauptmerkmal ist "Print Pinterest pins Properly".

Erweiterungsscreenshots

screenshot
screenshot

Printerest-Erweiterungs-CRX-Datei herunterladen

Laden Sie Printerest-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

                        Ever needed to print out your Pinterest Pins? Well now you can!

The Printerest extension allows you to print each image out on it's own sheet of paper, nice and big. Simply install the extension, head to a board on Pinterest and we'll take care of the rest!

If you have a lot of Pins you may need to scroll to the bottom of the page for all your Pins to print. You can see how many images have loaded by clicking the Extension icon.                    

Grundlegende Informationen zur Erweiterung

Name Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
Offizielle URL https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
Beschreibung Print Pinterest pins Properly
Dateigröße 44.4 KB
Installationsanzahl 9,000
Aktuelle Version 0.4.7
Letztes Update 2018-01-16
Veröffentlichungsdatum 2018-01-16
Bewertung 2.69/5 Insgesamt 45 Bewertungen
Entwickler https://normally.com
Zahlungsart free
Erweiterungswebsite http://www.printerest.normally.com
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Printerest",
    "version": "0.4.7",
    "description": "Print Pinterest pins Properly",
    "icons": {
        "64": "img\/logo_64.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/logo_38.png"
        },
        "default_title": "Printerest",
        "default_popup": "html\/pop.html"
    },
    "author": "Tim Diacon - Normally",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles\/print.css",
                "styles\/screen.css"
            ],
            "js": [
                "scripts\/vendor\/jquery-2.2.0.min.js",
                "scripts\/app.js",
                "scripts\/options.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "scripts\/*.js",
        "styles\/*.css"
    ],
    "background": {
        "scripts": [
            "scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options_old.html",
    "permissions": [
        "storage"
    ]
}