MikeLike Pro

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

Was ist MikeLike Pro?

MikeLike Pro ist eine Chrome-Erweiterung, die von http://mikelike.com entwickelt wurde, und ihr Hauptmerkmal ist "Right-click on any image on any site and pin directly to MikeLike.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MikeLike Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie MikeLike Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name MikeLike Pro MikeLike Pro
ID egkopkkppflfidpcnloibllofjhcbblk
Offizielle URL https://chrome.google.com/webstore/detail/mikelike-pro/egkopkkppflfidpcnloibllofjhcbblk
Beschreibung Right-click on any image on any site and pin directly to MikeLike.
Dateigröße 47.79 KB
Installationsanzahl 19
Aktuelle Version 1.5
Letztes Update 2012-09-07
Veröffentlichungsdatum 2012-09-07
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler http://mikelike.com
Zahlungsart free
Hilfeseite URL http://www.mikelike.com/ml/about/help/
Unterstützte Sprachen 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
}