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ファイルをダウンロード
M i M拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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
} | |