MetaProducts Offline Explorer integration
Download links from Chrome browser with MetaProducts Offline Explorer.
什么是MetaProducts Offline Explorer integration?
MetaProducts Offline Explorer integration是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“Download links from Chrome browser with MetaProducts Offline Explorer.”。
扩展截图
下载MetaProducts Offline Explorer integration扩展crx文件
下载MetaProducts Offline Explorer integration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |