Multi Pin

Select multiple pins to pin on Pinterest

什麼是Multi Pin?

Multi Pin是由http://albertzak.com開發的Chrome擴展程式,該擴展的主要功能是“Select multiple pins to pin on Pinterest”。

擴展截圖

screenshot
screenshot
screenshot

下載Multi Pin擴展crx文件

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

擴展使用說明

                        Pinterest Power Users: Ever wanted to re-pin hundreds of pins simultaneously? Now you can select multiple pins and pin them all to one of your boards with one click.

Update: January 16, 2016: It's working again! Sorry for keeping you waiting for so long.

Note: Currently works only on User's Boards. Will add support for home feed and related pins soon!

Would you like a new feature? Do you have a bug to report? Email me at: [email protected]

Thanks for using my Chrome Extension!                    

擴展基本資訊

名稱 Multi Pin Multi Pin
ID ncbedailpaldcnmijnhchioplmkpheco
官方網址 https://chrome.google.com/webstore/detail/multi-pin/ncbedailpaldcnmijnhchioplmkpheco
簡介 Select multiple pins to pin on Pinterest
檔案大小 3.09 MB
安裝次數 205
目前版本 0.0.4
更新時間 2016-01-16
上架時間 2016-01-16
評分 1.88/5 共 16 次評分
開發者 http://albertzak.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Pin",
    "short_name": "MultiPin",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Select multiple pins to pin on Pinterest",
    "homepage_url": "http:\/\/albertzak.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*.pinterest.com\/*\/*",
        "http:\/\/*.pinterest.com\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/multipin.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*\/*",
                "http:\/\/*.pinterest.com\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}