MetaProducts Offline Explorer integration

Download links from Chrome browser with MetaProducts Offline Explorer.

Wat is MetaProducts Offline Explorer integration?

MetaProducts Offline Explorer integration is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Download links from Chrome browser with MetaProducts Offline Explorer.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MetaProducts Offline Explorer integration

Download MetaProducts Offline Explorer integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MetaProducts Offline Explorer integration MetaProducts Offline Explorer integration
ID pkijdmeepjhpenmighhaodgfoogncnlk
Officiële URL https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk
Beschrijving Download links from Chrome browser with MetaProducts Offline Explorer.
Bestandsgrootte 58.39 KB
Aantal Installaties 3,551
Huidige Versie 1.3.1
Laatst Bijgewerkt 2013-07-10
Publicatiedatum 2013-07-10
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar [email protected]
Betalingswijze free
Help Pagina-URL http://www.metaproducts.com/mp/mpSupport.asp
Ondersteunde Talen 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"
    }
}