YuiAPI
An easy-to-use rest client that helps you test the api
什麼是YuiAPI?
YuiAPI是由https://www.yuiapi.com開發的Chrome擴展程式,該擴展的主要功能是“An easy-to-use rest client that helps you test the api”。
擴展截圖
下載YuiAPI擴展crx文件
下載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 |
ID | bnmefgocpeggmnpkglmkfoidibbcogcf |
官方網址 | 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" } } |