EASY CORS
Add cors headers to response header.
Wat is EASY CORS?
EASY CORS is een Chrome-extensie ontwikkeld door Ikeq Cheng, en de belangrijkste functie is "Add cors headers to response header.".
Extensie Screenshots
Download het CRX-bestand van de extensie EASY CORS
Download EASY CORS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | EASY CORS |
ID | gcdaaelgdlicnnichhholnoagafangej |
Officiële URL | https://chromewebstore.google.com/detail/easy-cors/gcdaaelgdlicnnichhholnoagafangej |
Beschrijving | Add cors headers to response header. |
Bestandsgrootte | 55.17 KB |
Aantal Installaties | 4,349 |
Huidige Versie | 0.2.5 |
Laatst Bijgewerkt | 2020-11-15 |
Publicatiedatum | 2020-04-02 |
Beoordeling | 4.65/5 Totaal 17 Beoordelingen |
Ontwikkelaar | Ikeq Cheng |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tools.oniuo.com/cors/ |
Help Pagina-URL | https://tools.oniuo.com/cors/support |
Ondersteunde Talen | 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", " |