MetaProducts Offline Explorer integration

Download links from Chrome browser with MetaProducts Offline Explorer.

MetaProducts Offline Explorer integrationคืออะไร?

MetaProducts Offline Explorer integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Download links from Chrome browser with MetaProducts Offline Explorer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MetaProducts Offline Explorer integration

ดาวน์โหลดไฟล์ส่วนขยาย MetaProducts Offline Explorer integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MetaProducts Offline Explorer integration MetaProducts Offline Explorer integration
ID pkijdmeepjhpenmighhaodgfoogncnlk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk
คำอธิบาย Download links from Chrome browser with MetaProducts Offline Explorer.
ขนาดไฟล์ 58.39 KB
จำนวนการติดตั้ง 3,551
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2013-07-10
วันที่เผยแพร่ 2013-07-10
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.metaproducts.com/mp/mpSupport.asp
ภาษาที่รองรับ 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"
    }
}