MetaProducts Offline Explorer integration

Download links from Chrome browser with MetaProducts Offline Explorer.

Hvad er MetaProducts Offline Explorer integration?

MetaProducts Offline Explorer integration er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "Download links from Chrome browser with MetaProducts Offline Explorer.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download MetaProducts Offline Explorer integration-udvidelses-CRX-fil

Download MetaProducts Offline Explorer integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn MetaProducts Offline Explorer integration MetaProducts Offline Explorer integration
ID pkijdmeepjhpenmighhaodgfoogncnlk
Officiel URL https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk
Beskrivelse Download links from Chrome browser with MetaProducts Offline Explorer.
Filstørrelse 58.39 KB
Antal Installationer 3,551
Nuværende Version 1.3.1
Senest Opdateret 2013-07-10
Udgivelsesdato 2013-07-10
Bedømmelse 3.60/5 Samlet 5 Bedømmelser
Udvikler [email protected]
Betalingsmetode free
Hjælpeside-URL http://www.metaproducts.com/mp/mpSupport.asp
Understøttede Sprog 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"
    }
}