MikeLike Pro

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

O que é MikeLike Pro?

MikeLike Pro é uma extensão do Chrome desenvolvida por http://mikelike.com, e sua principal característica é "Right-click on any image on any site and pin directly to MikeLike.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MikeLike Pro

Baixe arquivos de extensão MikeLike Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome MikeLike Pro MikeLike Pro
ID egkopkkppflfidpcnloibllofjhcbblk
URL Oficial https://chrome.google.com/webstore/detail/mikelike-pro/egkopkkppflfidpcnloibllofjhcbblk
Descrição Right-click on any image on any site and pin directly to MikeLike.
Tamanho do Arquivo 47.79 KB
Contagem de Instalações 19
Versão Atual 1.5
Última Atualização 2012-09-07
Data de Publicação 2012-09-07
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor http://mikelike.com
Tipo de Pagamento free
URL da Página de Ajuda http://www.mikelike.com/ml/about/help/
Idiomas Suportados 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
}