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.”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Aspire.Jo Load Test Aspire.Jo Load Test
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
}