Aspire.Jo Load Test
Load test your web service by simple tool.
Aspire.Jo Load Testとは何ですか?
Aspire.Jo Load Testはanas.jbourによって開発されたChromeの拡張機能で、その主な機能は「Load test your web service by simple tool.」です。
拡張機能のスクリーンショット
Aspire.Jo Load Test拡張機能のCRXファイルをダウンロード
Aspire.Jo Load Test拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Load test, stress test your web service by simple and free tool from Aspire.jo 拡張機能の基本情報
| 名前 | |
| ID | loelfbjfjgahbcdkdeccjkomnodkmpeo |
| 公式URL | https://chromewebstore.google.com/detail/aspirejo-load-test/loelfbjfjgahbcdkdeccjkomnodkmpeo |
| 説明 | Load test your web service by simple tool. |
| ファイルサイズ | 431 KB |
| インストール数 | 167 |
| 現在のバージョン | 1.7 |
| 最終更新日 | 2018-07-22 |
| 公開日 | 2018-07-22 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | anas.jbour |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Aspire.Jo Load Test",
"short_name": "Load Tester",
"version": "1.7",
"description": "Load test your web service by simple tool.",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "home.html",
"default_icon": {
"16": "images\/loadTest16.png",
"32": "images\/loadTest32.png",
"48": "images\/loadTest48.png",
"128": "images\/loadTest128.png"
}
},
"icons": {
"16": "images\/loadTest16.png",
"32": "images\/loadTest32.png",
"48": "images\/loadTest48.png",
"128": "images\/loadTest128.png"
},
"manifest_version": 2
} | |