YuiAPI
An easy-to-use rest client that helps you test the api
Qu'est-ce que YuiAPI ?
YuiAPI est une extension Chrome développée par https://www.yuiapi.com, et sa fonction principale est "An easy-to-use rest client that helps you test the api".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YuiAPI
Téléchargez les fichiers d'extension YuiAPI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YuiAPI |
ID | bnmefgocpeggmnpkglmkfoidibbcogcf |
URL Officiel | https://chromewebstore.google.com/detail/yuiapi/bnmefgocpeggmnpkglmkfoidibbcogcf |
Description | An easy-to-use rest client that helps you test the api |
Taille du Fichier | 1.66 MB |
Nombre d'Installations | 885 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2023-01-08 |
Date de Publication | 2020-06-01 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | https://www.yuiapi.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.yuiapi.com |
Langues Prises en Charge | 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" } } |