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 |
公式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 |
Eメール | [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" } } |