Test the Rest!

Test the Rest.

Cos'è Test the Rest!?

Test the Rest! è un'estensione di Chrome sviluppata da Vishal Joshi, e la sua funzione principale è "Test the Rest.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Test the Rest!

Scarica i file di estensione Test the Rest! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Test the JSON based rest service                    

Informazioni di Base sull'Estensione

Nome Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
URL Ufficiale https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Descrizione Test the Rest.
Dimensione del File 808 KB
Conteggio Installazioni 93
Versione Corrente 0.22.1
Ultimo Aggiornamento 2015-12-08
Data di Pubblicazione 2015-12-07
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Vishal Joshi
Tipo di Pagamento free
Lingue Supportate 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'"
}