MetaProducts Offline Explorer integration
Download links from Chrome browser with MetaProducts Offline Explorer.
MetaProducts Offline Explorer integration क्या है?
MetaProducts Offline Explorer integration [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download links from Chrome browser with MetaProducts Offline Explorer."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MetaProducts Offline Explorer integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is the integration plug-in for MetaProducts Offline Explorer (http://www.metaproducts.com/mp/Offline_Explorer_Pro.htm.)
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |