EASY CORS
Add cors headers to response header.
What is EASY CORS?
EASY CORS is a Chrome extension developed by Ikeq Cheng, and its main feature is "Add cors headers to response header.".
Extension Screenshots
Download EASY CORS Extension CRX File
Download EASY CORS 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
This plugin aims to patch http headers to succeed cross domain request for developers (mainly front end developers ^_^). The main features is as follows: 1. Very simplified UI. 2. Set Access-Control-Allow-Origin to the request domain's origin instead of *. 3. Blacklist mode instead of whitelist mode (eg. only set your dev servers' origin).
Extension Basic Information
Name | EASY CORS |
ID | gcdaaelgdlicnnichhholnoagafangej |
Official URL | https://chromewebstore.google.com/detail/easy-cors/gcdaaelgdlicnnichhholnoagafangej |
Description | Add cors headers to response header. |
File Size | 55.17 KB |
Installation Count | 4,349 |
Current Version | 0.2.5 |
Last Updated | 2020-11-15 |
Publish Date | 2020-04-02 |
Rating | 4.65/5 Total 17 Ratings |
Developer | Ikeq Cheng |
[email protected] | |
Payment Type | free |
Extension Website | https://tools.oniuo.com/cors/ |
Help Page URL | https://tools.oniuo.com/cors/support |
Supported Languages | en,zh-CN |
manifest.json | |
{ "manifest_version": 2, "version": "0.2.5", "description": "__MSG_app_desc__", "homepage_url": "https:\/\/tools.oniuo.com\/cors\/", "name": "__MSG_app_title__", "short_name": "__MSG_app_title__", "default_locale": "en", "permissions": [ "storage", "activeTab", " |