REST Client APIsHub
A Modern and simple API testing tool!
What is REST Client APIsHub?
REST Client APIsHub is a Chrome extension developed by https://apishub.com, and its main feature is "A Modern and simple API testing tool!".
Extension Screenshots
Download REST Client APIsHub Extension CRX File
Download REST Client APIsHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Modern , simple and free tool to develop, test and debug RESTful APIs
Extension Basic Information
Name | REST Client APIsHub |
ID | dabkfpeebkikmgdianbkchblbdibbfhl |
Official URL | https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl |
Description | A Modern and simple API testing tool! |
File Size | 9.76 MB |
Installation Count | 3,050 |
Current Version | 2.4 |
Last Updated | 2020-06-21 |
Publish Date | 2020-06-21 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://apishub.com |
[email protected] | |
Payment Type | free |
Extension Website | https://apishub.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Abdul Qadir ([email protected])", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/restclient.apishub.com\/*" ], "js": [ "content-script.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "description": "A Modern and simple API testing tool!", "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "incognito": "split", "manifest_version": 2, "name": "REST Client APIsHub", "permissions": [ " |