MikeLike Pro

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

MikeLike Pro là gì?

MikeLike Pro là một tiện ích mở rộng Chrome được phát triển bởi http://mikelike.com, và tính năng chính của nó là "Right-click on any image on any site and pin directly to MikeLike.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MikeLike Pro

Tải xuống các tệp mở rộng MikeLike Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MikeLike Pro MikeLike Pro
ID egkopkkppflfidpcnloibllofjhcbblk
URL Chính Thức https://chrome.google.com/webstore/detail/mikelike-pro/egkopkkppflfidpcnloibllofjhcbblk
Mô tả Right-click on any image on any site and pin directly to MikeLike.
Kích Thước Tệp 47.79 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2012-09-07
Ngày Phát Hành 2012-09-07
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://mikelike.com
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.mikelike.com/ml/about/help/
Ngôn Ngữ Được Hỗ Trợ 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
}