MikeLike Pro

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

MikeLike Proとは何ですか?

MikeLike Proはhttp://mikelike.comによって開発されたChromeの拡張機能で、その主な機能は「Right-click on any image on any site and pin directly to MikeLike.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

MikeLike Pro拡張機能のCRXファイルをダウンロード

MikeLike Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
}