Multi Pin

Select multiple pins to pin on Pinterest

Multi Pin क्या है?

Multi Pin http://albertzak.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select multiple pins to pin on Pinterest"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Multi Pin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}