RESTer

A REST client for almost any web service.

O que é RESTer?

RESTer é uma extensão do Chrome desenvolvida por Jan Kühle, e sua principal característica é "A REST client for almost any web service.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RESTer

Baixe arquivos de extensão RESTer 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

                        You can...

- perform HTTP requests with any method, URL, body and custom headers.
- save favorite requests and organize them in collections.
- view a history of your requests, which includes the full request and response.

The add-on supports the following goodies:

- Create and save your authorization headers with Basic or OAuth2 authentication.
- Use placeholders in saved requests.
- Use shortcuts for the frequently used actions (try pressing "?" to see the available shortcuts for the current context).                    

Informações Básicas da Extensão

Nome RESTer RESTer
ID eejfoncpjfgmeleakejdcanedmefagga
URL Oficial https://chromewebstore.google.com/detail/rester/eejfoncpjfgmeleakejdcanedmefagga
Descrição A REST client for almost any web service.
Tamanho do Arquivo 2.12 MB
Contagem de Instalações 37,083
Versão Atual 4.12.0
Última Atualização 2023-11-26
Data de Publicação 2020-06-14
Classificação 4.65/5 Total de 23 Avaliações
Desenvolvedor Jan Kühle
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/frigus02/RESTer
URL da Página de Ajuda https://github.com/frigus02/RESTer/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RESTer",
    "version": "4.12.0",
    "description": "A REST client for almost any web service.",
    "author": "Jan K\u00fchle",
    "homepage_url": "https:\/\/github.com\/frigus02\/RESTer",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "minimum_chrome_version": "67"
}