Pinterest Palooza

Click Pin's thumbnail image to visit source website! Easy peasy!

什么是Pinterest Palooza?

Pinterest Palooza是由ifugu开发的Chrome扩展程序,该扩展的主要功能是“Click Pin's thumbnail image to visit source website! Easy peasy!”。

扩展截图

screenshot

下载Pinterest Palooza扩展crx文件

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

扩展使用说明

                        Read a Pin's source web page with a single click! Pinterest Palooza makes clicking a Pin's thumbnail image take you to the source website immediately!

A button is also added to each Pin for visiting the Pin's detail page.

Tip: Hold down the CTRL key when clicking the Pin thumbnail image to stay on Pinterest while your Pin's page opens in a new browser tab.  This allows you to queue up several pages to read without waiting around for them to open.                    

扩展基本信息

名称 Pinterest Palooza Pinterest Palooza
ID abbppfcokpiknbdhocmbjnngkkkckepp
官方URL https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp
简介 Click Pin's thumbnail image to visit source website! Easy peasy!
文件大小 20.06 KB
安装次数 747
当前版本 1.1.4
更新时间 2016-03-31
上架时间 2016-03-31
评分 3.00/5 共7次评分
开发者 ifugu
电子邮箱 [email protected]
付费类型 free
扩展官网 http://halfduplex.us/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "pinterest-direct.user.js"
            ],
            "matches": [
                "http:\/\/*.pinterest.com\/*",
                "https:\/\/*.pinterest.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Click Pin's thumbnail image to visit source website! Easy peasy!",
    "name": "Pinterest Palooza",
    "short_name": "PinPalooza",
    "version": "1.1.4",
    "author": "Corey Meredith",
    "homepage_url": "http:\/\/halfduplex.us\/"
}