Printerest

Print Pinterest pins Properly

什么是Printerest?

Printerest是由https://normally.com开发的Chrome扩展程序,该扩展的主要功能是“Print Pinterest pins Properly”。

扩展截图

screenshot
screenshot

下载Printerest扩展crx文件

下载Printerest扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Printerest Printerest
ID apfgmikchfgiiembdeoeadbfaclghdmi
官方URL https://chromewebstore.google.com/detail/printerest/apfgmikchfgiiembdeoeadbfaclghdmi
简介 Print Pinterest pins Properly
文件大小 44.4 KB
安装次数 9,000
当前版本 0.4.7
更新时间 2018-01-16
上架时间 2018-01-16
评分 2.69/5 共45次评分
开发者 https://normally.com
付费类型 free
扩展官网 http://www.printerest.normally.com
支持的语言 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"
    ]
}