Inline Pinterest

Adds an inline Pinterest Pin button to all images viewed in Chrome

什麼是Inline Pinterest?

Inline Pinterest是由adityajung開發的Chrome擴展程式,該擴展的主要功能是“Adds an inline Pinterest Pin button to all images viewed in Chrome”。

擴展截圖

screenshot
screenshot

下載Inline Pinterest擴展crx文件

下載Inline Pinterest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Inline Pinterest Inline Pinterest
ID lilpkdpnfinkopkfiheaacgmlggjcicn
官方網址 https://chromewebstore.google.com/detail/inline-pinterest/lilpkdpnfinkopkfiheaacgmlggjcicn
簡介 Adds an inline Pinterest Pin button to all images viewed in Chrome
檔案大小 3.53 KB
安裝次數 233
目前版本 1.0
更新時間 2014-01-25
上架時間 2014-01-25
評分 3.40/5 共 5 次評分
開發者 adityajung
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inline Pinterest",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds an inline Pinterest Pin button to all images viewed in Chrome",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "pinterestinline.js"
            ]
        }
    ]
}