Printerest

Print Pinterest pins Properly

Qu'est-ce que Printerest ?

Printerest est une extension Chrome développée par https://normally.com, et sa fonction principale est "Print Pinterest pins Properly".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Printerest

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

                        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.                    

Informations de Base sur l'Extension

Nom Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
URL Officiel https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
Description Print Pinterest pins Properly
Taille du Fichier 44.4 KB
Nombre d'Installations 9,000
Version Actuelle 0.4.7
Dernière Mise à Jour 2018-01-16
Date de Publication 2018-01-16
Évaluation 2.69/5 Total 45 Évaluations
Développeur https://normally.com
Type de Paiement free
Site Web de l'Extension http://www.printerest.normally.com
Langues Prises en Charge 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"
    ]
}