Shareaholic for Pinterest

Send images from any website to your pinboards.

Shareaholic for Pinterest क्या है?

Shareaholic for Pinterest https://shareaholic.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send images from any website to your pinboards."।

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

screenshot
screenshot

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

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

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

                        The Easiest Way to Send images from any website to your pinboards.


✓ Official Pin Count for Every Webpage
******************************************************
Just like the official Pinterest Button that you see on some webpages, this extension also shows you the Pin count for each page as you surf around the web.

Have you ever wondered how many times the YouTube video, your blog, or that picture you posted has been pinned? :)  Wonder no more with this extension.


✓ We love feedback!
******************************************************
If you like it, we'd appreciate if you'd rate it with a 5 star (see below) and tell your friends!   If you think it falls short in anyway, please let us know at【[email protected]】what you didn't like, so it will get fixed ASAP.


Other Chrome Extensions by Shareaholic:
******************************************************
- Facebook Share/Like Button (http://goo.gl/IeXH)
- Tweet Button (http://goo.gl/pWBe)
- All-in-one Shareaholic for Google Chrome (http://goo.gl/jSys)


Note: for security reasons no extensions are allowed to pull in highlighted text on these Gallery pages. Also, this extension is neither affiliated with nor possible without Pinterest Inc.                    

एक्सटेंशन की मूल जानकारी

नाम Shareaholic for Pinterest Shareaholic for Pinterest
ID kfjkehmceppcpjoaoegdmffmkdhiegmc
आधिकारिक URL https://chromewebstore.google.com/detail/shareaholic-for-pinterest/kfjkehmceppcpjoaoegdmffmkdhiegmc
विवरण Send images from any website to your pinboards.
फ़ाइल का आकार 16.29 KB
स्थापना संख्या 49,346
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2012-12-05
प्रकाशन तिथि 2012-12-05
रेटिंग 3.99/5 कुल 336 रेटिंग्स
डेवलपर https://shareaholic.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.shareaholic.com
गोपनीयता नीति पृष्ठ URL https://www.shareaholic.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shareaholic for Pinterest",
    "version": "2.0.2",
    "description": "Send images from any website to your pinboards.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/pinterest_16.png",
        "32": "images\/pinterest_32.png",
        "64": "images\/pinterest_64.png",
        "128": "images\/pinterest_128.png"
    },
    "browser_action": {
        "default_title": "Shareaholic for Pinterest",
        "default_icon": "images\/pinterest_32.png"
    }
}