MetaProducts Offline Explorer integration

Download links from Chrome browser with MetaProducts Offline Explorer.

MetaProducts Offline Explorer integration là gì?

MetaProducts Offline Explorer integration là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "Download links from Chrome browser with MetaProducts Offline Explorer.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MetaProducts Offline Explorer integration

Tải xuống các tệp mở rộng MetaProducts Offline Explorer integration 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

                        This is the integration plug-in for MetaProducts Offline Explorer (http://www.metaproducts.com/mp/Offline_Explorer_Pro.htm.)                    

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

Tên MetaProducts Offline Explorer integration MetaProducts Offline Explorer integration
ID pkijdmeepjhpenmighhaodgfoogncnlk
URL Chính Thức https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk
Mô tả Download links from Chrome browser with MetaProducts Offline Explorer.
Kích Thước Tệp 58.39 KB
Số Lần Cài Đặt 3,551
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2013-07-10
Ngày Phát Hành 2013-07-10
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.metaproducts.com/mp/mpSupport.asp
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "version": "1.3.1",
    "minimum_chrome_version": "20",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.metaproducts.com",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "plugins": [
        {
            "path": "plugin\/mpoe.dll"
        }
    ],
    "requirements": {
        "plugins": {
            "npapi": false
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}