Printerest

Print Pinterest pins Properly

O que é Printerest?

Printerest é uma extensão do Chrome desenvolvida por https://normally.com, e sua principal característica é "Print Pinterest pins Properly".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Printerest

Baixe arquivos de extensão Printerest no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
URL Oficial https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
Descrição Print Pinterest pins Properly
Tamanho do Arquivo 44.4 KB
Contagem de Instalações 9,000
Versão Atual 0.4.7
Última Atualização 2018-01-16
Data de Publicação 2018-01-16
Classificação 2.69/5 Total de 45 Avaliações
Desenvolvedor https://normally.com
Tipo de Pagamento free
Site da Extensão http://www.printerest.normally.com
Idiomas Suportados 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"
    ]
}