M i M
Monitor, redirect & block requests. Record, edit & populate form data
M i M란 무엇입니까?
M i M은(는) Lon H에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor, redirect & block requests. Record, edit & populate form data"입니다.
확장 프로그램 스크린샷
M i M 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. Intercept/Redirect request urls, including css, scripts, images, AJAX requests, etc., with text search/replace rules. Great for switching css/scripts/images/ajax request for different environments or versions. 2. Set/modify custom request headers. 3. Monitor and capture specific requests, send desktop notifications if enabled. 4. Record, store, edit and auto populate form data. =============================== Version: 0.8.2 - Layout updates - Added copy function for all options Version: 0.8.1 - Fix the situation where value contains '=' Version: 0.8.0 - Rewrite with AngularJS Version: 0.7.2 - Sort parameters by name Version: 0.7.1 - Fixed capture logging, so it can be pasted in excel. Version: 0.7 - Fixed custom request header bug. Version: 0.6 - Added CORS AJAX request support. Version: 0.5.0 - Move the 'new' item function to a single button. Version: 0.4.0 - Added block requests function - Display all traffic can be disabled. - Split options in different tabs Version: 0.3.0 - Added custom request headers function
확장 프로그램 기본 정보
이름 | M i M |
ID | jlppachnphenhdidmmpnbdjaipfigoic |
공식 URL | https://chromewebstore.google.com/detail/m-i-m/jlppachnphenhdidmmpnbdjaipfigoic |
설명 | Monitor, redirect & block requests. Record, edit & populate form data |
파일 크기 | 678 KB |
설치 횟수 | 181 |
현재 버전 | 0.8.2 |
최근 업데이트 | 2016-02-16 |
출시 날짜 | 2016-02-16 |
평점 | 4.89/5 총 9 개의 평점 |
개발자 | Lon H |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "M i M", "short_name": "MiM", "description": "Monitor, redirect & block requests. Record, edit & populate form data", "version": "0.8.2", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "notifications", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/jquery.deserialize.min.js", "js\/mim-contentscript.js" ] } ], "icons": { "16": "img\/binoculars-icon-16.png", "48": "img\/binoculars-icon-48.png" }, "web_accessible_resources": [ "img\/icon.png", "img\/binoculars-icon-48.png", "js\/jquery-2.0.3.min.map", "js\/jquery-2.0.3.js", "html\/main.html" ], "browser_action": { "default_icon": "img\/binoculars-icon-48.png", "default_title": "MiM" }, "manifest_version": 2 } |