YuiAPI
An easy-to-use rest client that helps you test the api
YuiAPI क्या है?
YuiAPI https://www.yuiapi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy-to-use rest client that helps you test the api"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YuiAPI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |