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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |