YuiAPI

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

Τι είναι το YuiAPI;

Το YuiAPI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.yuiapi.com, και η κύρια λειτουργία του είναι "An easy-to-use rest client that helps you test the api".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης YuiAPI

Λήψη αρχείων επέκτασης YuiAPI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YuiAPI YuiAPI
ID bnmefgocpeggmnpkglmkfoidibbcogcf
Επίσημο URL https://chromewebstore.google.com/detail/yuiapi/bnmefgocpeggmnpkglmkfoidibbcogcf
Περιγραφή An easy-to-use rest client that helps you test the api
Μέγεθος Αρχείου 1.66 MB
Αριθμός Εγκαταστάσεων 885
Τρέχουσα Έκδοση 1.2.2
Τελευταία Ενημέρωση 2023-01-08
Ημερομηνία Δημοσίευσης 2020-06-01
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://www.yuiapi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.yuiapi.com
Υποστηριζόμενες Γλώσσες 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"
    }
}