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 |
官方網址 | 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" } } |