MikeLike Pro

Right-click on any image on any site and pin directly to MikeLike.

MikeLike Pro क्या है?

MikeLike Pro http://mikelike.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click on any image on any site and pin directly to MikeLike."।

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

screenshot
screenshot
screenshot

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

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

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

                        MikeLike is YOUR virtual pin-board.

MikeLike lets you collect, share, and discover things that interest you on the web. People use MikeLike to decorate their homes and gardens, discover and rate new recipes, organize book, music, and video collections, and plan vacations to tropical paradises. 

With the MikeLike Pro extension, you can right-click on any image you find on any site and pin it directly to MikeLike.

Includes the ability to repin directly from Pinterest, which is especially useful for Pinterest users looking for private boards.

Alternatively, you may be interested in the MikeLike Button (bookmarklet) which supports ALL browsers: http://www.mikelike.com/ml/about/mikelike_button/                    

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

नाम MikeLike Pro MikeLike Pro
ID egkopkkppflfidpcnloibllofjhcbblk
आधिकारिक URL https://chrome.google.com/webstore/detail/mikelike-pro/egkopkkppflfidpcnloibllofjhcbblk
विवरण Right-click on any image on any site and pin directly to MikeLike.
फ़ाइल का आकार 47.79 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.5
अंतिम अपडेट 2012-09-07
प्रकाशन तिथि 2012-09-07
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर http://mikelike.com
भुगतान के प्रकार free
सहायता पृष्ठ URL http://www.mikelike.com/ml/about/help/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MikeLike Pro",
    "version": "1.5",
    "description": "Right-click on any image on any site and pin directly to MikeLike.",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "context_menu.js"
        ]
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "ext_mikelike.css"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "contentscript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}