Test the Rest!

Test the Rest.

What is Test the Rest!?

Test the Rest! is a Chrome extension developed by Vishal Joshi, and its main feature is "Test the Rest.".

Extension Screenshots

screenshot

Download Test the Rest! Extension CRX File

Download Test the Rest! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Test the JSON based rest service                    

Extension Basic Information

Name Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
Official URL https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Description Test the Rest.
File Size 808 KB
Installation Count 93
Current Version 0.22.1
Last Updated 2015-12-08
Publish Date 2015-12-07
Rating 5.00/5 Total 2 Ratings
Developer Vishal Joshi
Payment Type free
Supported Languages 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'"
}