Pinterest Palooza

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

Pinterest Palooza là gì?

Pinterest Palooza là một tiện ích mở rộng Chrome được phát triển bởi ifugu, và tính năng chính của nó là "Click Pin's thumbnail image to visit source website! Easy peasy!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinterest Palooza

Tải xuống các tệp mở rộng Pinterest Palooza dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinterest Palooza Pinterest Palooza
ID abbppfcokpiknbdhocmbjnngkkkckepp
URL Chính Thức https://chromewebstore.google.com/detail/pinterest-palooza/abbppfcokpiknbdhocmbjnngkkkckepp
Mô tả Click Pin's thumbnail image to visit source website! Easy peasy!
Kích Thước Tệp 20.06 KB
Số Lần Cài Đặt 747
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2016-03-31
Ngày Phát Hành 2016-03-31
Đánh Giá 3.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển ifugu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://halfduplex.us/
Ngôn Ngữ Được Hỗ Trợ 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\/"
}