Test the Rest!

Test the Rest.

Test the Rest! क्या है?

Test the Rest! Vishal Joshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test the Rest."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Test the Rest! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}