Test the Rest!

Test the Rest.

什么是Test the Rest!?

Test the Rest!是由Vishal Joshi开发的Chrome扩展程序,该扩展的主要功能是“Test the Rest.”。

扩展截图

screenshot

下载Test the Rest!扩展crx文件

下载Test the Rest!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Test the JSON based rest service                    

扩展基本信息

名称 Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
官方URL https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
简介 Test the Rest.
文件大小 808 KB
安装次数 93
当前版本 0.22.1
更新时间 2015-12-08
上架时间 2015-12-07
评分 5.00/5 共2次评分
开发者 Vishal Joshi
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Test the Rest!",
    "description": "Test the Rest.",
    "version": "0.22.1",
    "author": "Vishal Joshi",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "testTheRest_128_128.png",
        "default_popup": "popup.html",
        "default_title": "Test the Rest."
    },
    "icons": {
        "16": "testTheRest-16_16.png",
        "48": "testTheRest-48_48.png",
        "128": "testTheRest_128_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}