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 |
官方網址 | 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", " |