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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
}