Test the Rest!

Test the Rest.

O que é Test the Rest!?

Test the Rest! é uma extensão do Chrome desenvolvida por Vishal Joshi, e sua principal característica é "Test the Rest.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Test the Rest!

Baixe arquivos de extensão Test the Rest! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Test the JSON based rest service                    

Informações Básicas da Extensão

Nome Test the Rest! Test the Rest!
ID hafejdjagmngcemaehbepdflkmmcmjbi
URL Oficial https://chromewebstore.google.com/detail/test-the-rest/hafejdjagmngcemaehbepdflkmmcmjbi
Descrição Test the Rest.
Tamanho do Arquivo 808 KB
Contagem de Instalações 93
Versão Atual 0.22.1
Última Atualização 2015-12-08
Data de Publicação 2015-12-07
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Vishal Joshi
Tipo de Pagamento free
Idiomas Suportados 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'"
}