YuiAPI

An easy-to-use rest client that helps you test the api

O que é YuiAPI?

YuiAPI é uma extensão do Chrome desenvolvida por https://www.yuiapi.com, e sua principal característica é "An easy-to-use rest client that helps you test the api".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YuiAPI

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

                        An easy-to-use REST client that helps you test the API.
It has the following characteristics:
1. Support switching API HOST
2. Support grouping
3. Support batch editing parameters
4. Support code folding
5. Support code theme
6. Support JSON string format

Program support:

1. Group test
2. Support design assertions
3. Support account synchronization data
4. Support for generating API documentation                    

Informações Básicas da Extensão

Nome YuiAPI YuiAPI
ID bnmefgocpeggmnpkglmkfoidibbcogcf
URL Oficial https://chromewebstore.google.com/detail/yuiapi/bnmefgocpeggmnpkglmkfoidibbcogcf
Descrição An easy-to-use rest client that helps you test the api
Tamanho do Arquivo 1.66 MB
Contagem de Instalações 885
Versão Atual 1.2.2
Última Atualização 2023-01-08
Data de Publicação 2020-06-01
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://www.yuiapi.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.yuiapi.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YuiAPI",
    "short_name": "YuiAPI",
    "version": "1.2.2",
    "description": "An easy-to-use rest client that helps you test the api",
    "homepage_url": "https:\/\/www.yuiapi.com",
    "author": "Yuiitsu",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/module\/background\/module.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.yuiapi.com\/*",
                "https:\/\/www.yuiapi.com\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.4.1.min.js",
                "scripts\/app.js",
                "scripts\/module\/content\/module.js"
            ]
        }
    ],
    "action": {
        "default_title": "YuiAPI",
        "default_icon": "images\/yuiapi-logo-32.png"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/yuiapi-logo-16.png",
        "48": "images\/yuiapi-logo-48.png",
        "128": "images\/yuiapi-logo-128.png"
    }
}