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
公式URL 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"
            ]
        }
    ]
}