MikeLike Pro

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

Qu'est-ce que MikeLike Pro ?

MikeLike Pro est une extension Chrome développée par http://mikelike.com, et sa fonction principale est "Right-click on any image on any site and pin directly to MikeLike.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MikeLike Pro

Téléchargez les fichiers d'extension MikeLike Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom MikeLike Pro MikeLike Pro
ID egkopkkppflfidpcnloibllofjhcbblk
URL Officiel https://chrome.google.com/webstore/detail/mikelike-pro/egkopkkppflfidpcnloibllofjhcbblk
Description Right-click on any image on any site and pin directly to MikeLike.
Taille du Fichier 47.79 KB
Nombre d'Installations 19
Version Actuelle 1.5
Dernière Mise à Jour 2012-09-07
Date de Publication 2012-09-07
Évaluation 4.00/5 Total 3 Évaluations
Développeur http://mikelike.com
Type de Paiement free
URL de la Page d'Aide http://www.mikelike.com/ml/about/help/
Langues Prises en Charge 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
}