Who CORS?
Make requests to domains without having to worry about CORS.
Was ist Who CORS??
Who CORS? ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Make requests to domains without having to worry about CORS.".
Who CORS?-Erweiterungs-CRX-Datei herunterladen
Laden Sie Who CORS?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This plugin aims to ease CORS related issues for developers. When this extension is enabled you can whitelist specific domains so that requests/responses won't fail if they don't have the appropriate CORS headers set. This is a fork of https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi Source code is available here: https://github.com/jdart/who-cors Changelog 0.0.4 Made origin configurable
Grundlegende Informationen zur Erweiterung
Name | Who CORS? |
ID | hnlimanpjeeomjnpdglldcnpkppmndbp |
Offizielle URL | https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp |
Beschreibung | Make requests to domains without having to worry about CORS. |
Dateigröße | 1.86 MB |
Installationsanzahl | 4,099 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2017-11-21 |
Veröffentlichungsdatum | 2017-11-21 |
Bewertung | 4.08/5 Insgesamt 13 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jdart/who-cors |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Who CORS?", "version": "0.0.4", "manifest_version": 2, "description": "Make requests to domains without having to worry about CORS.", "background": { "scripts": [ "bower_components\/bower-webfontloader\/webfont.js", "global.js", "tabs.js", "config.js", "icon.js", "listeners.js", "activate.js" ] }, "browser_action": { "default_title": "Who CORS?", "default_popup": "popup.html" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", " |