EASY CORS
Add cors headers to response header.
什么是EASY CORS?
EASY CORS是由Ikeq Cheng开发的Chrome扩展程序,该扩展的主要功能是“Add cors headers to response header.”。
扩展截图
下载EASY CORS扩展crx文件
下载EASY CORS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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).
扩展基本信息
名称 | EASY CORS |
ID | gcdaaelgdlicnnichhholnoagafangej |
官方URL | https://chromewebstore.google.com/detail/easy-cors/gcdaaelgdlicnnichhholnoagafangej |
简介 | Add cors headers to response header. |
文件大小 | 55.17 KB |
安装次数 | 4,349 |
当前版本 | 0.2.5 |
更新时间 | 2020-11-15 |
上架时间 | 2020-04-02 |
评分 | 4.65/5 共17次评分 |
开发者 | Ikeq Cheng |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tools.oniuo.com/cors/ |
帮助页面URL | https://tools.oniuo.com/cors/support |
支持的语言 | 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", " |