MetaProducts Offline Explorer integration

Download links from Chrome browser with MetaProducts Offline Explorer.

Vad är MetaProducts Offline Explorer integration?

MetaProducts Offline Explorer integration är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "Download links from Chrome browser with MetaProducts Offline Explorer.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner MetaProducts Offline Explorer integration-förlängningens CRX-fil

Ladda ner MetaProducts Offline Explorer integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn MetaProducts Offline Explorer integration MetaProducts Offline Explorer integration
ID pkijdmeepjhpenmighhaodgfoogncnlk
Officiell webbadress https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk
Beskrivning Download links from Chrome browser with MetaProducts Offline Explorer.
Filstorlek 58.39 KB
Antal Installationer 3,551
Aktuell Version 1.3.1
Senast Uppdaterad 2013-07-10
Publiceringsdatum 2013-07-10
Betyg 3.60/5 Totalt 5 Betyg
Utvecklare [email protected]
Betalningssätt free
Hjälpsida URL http://www.metaproducts.com/mp/mpSupport.asp
Stödda Språk 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"
    }
}