Test the Rest!

Test the Rest.

Vad är Test the Rest!?

Test the Rest! är en Chrome-tillägg utvecklad av Vishal Joshi, och dess huvudfunktion är "Test the Rest.".

Tilläggsskärmbilder

screenshot

Ladda ner Test the Rest!-förlängningens CRX-fil

Ladda ner Test the Rest!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Test the JSON based rest service                    

Grundläggande Information om Tillägg

Namn Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
Officiell webbadress https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Beskrivning Test the Rest.
Filstorlek 808 KB
Antal Installationer 93
Aktuell Version 0.22.1
Senast Uppdaterad 2015-12-08
Publiceringsdatum 2015-12-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Vishal Joshi
Betalningssätt free
Stödda Språk 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'"
}