MetaProducts Offline Explorer integration
Download links from Chrome browser with MetaProducts Offline Explorer.
Was ist MetaProducts Offline Explorer integration?
MetaProducts Offline Explorer integration ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "Download links from Chrome browser with MetaProducts Offline Explorer.".
Erweiterungsscreenshots
MetaProducts Offline Explorer integration-Erweiterungs-CRX-Datei herunterladen
Laden Sie MetaProducts Offline Explorer integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is the integration plug-in for MetaProducts Offline Explorer (http://www.metaproducts.com/mp/Offline_Explorer_Pro.htm.) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkijdmeepjhpenmighhaodgfoogncnlk |
| Offizielle URL | https://chromewebstore.google.com/detail/metaproducts-offline-expl/pkijdmeepjhpenmighhaodgfoogncnlk |
| Beschreibung | Download links from Chrome browser with MetaProducts Offline Explorer. |
| Dateigröße | 58.39 KB |
| Installationsanzahl | 3,551 |
| Aktuelle Version | 1.3.1 |
| Letztes Update | 2013-07-10 |
| Veröffentlichungsdatum | 2013-07-10 |
| Bewertung | 3.60/5 Insgesamt 5 Bewertungen |
| Entwickler | [email protected] |
| Zahlungsart | free |
| Hilfeseite URL | http://www.metaproducts.com/mp/mpSupport.asp |
| Unterstützte Sprachen | 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"
}
} | |