Test the Rest!

Test the Rest.

¿Qué es Test the Rest!?

Test the Rest! es una extensión de Chrome desarrollada por Vishal Joshi, y su función principal es "Test the Rest.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Test the Rest!

Descarga archivos de extensión Test the Rest! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Test the JSON based rest service                    

Información Básica de la Extensión

Nombre Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
URL Oficial https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Descripción Test the Rest.
Tamaño del Archivo 808 KB
Cantidad de Instalaciones 93
Versión Actual 0.22.1
Última Actualización 2015-12-08
Fecha de Publicación 2015-12-07
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Vishal Joshi
Tipo de Pago free
Idiomas Soportados 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'"
}