Who CORS?
Make requests to domains without having to worry about CORS.
Co to jest Who CORS??
Who CORS? to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Make requests to domains without having to worry about CORS.”.
Pobierz plik CRX rozszerzenia Who CORS?
Pobierz pliki rozszerzeń Who CORS? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Who CORS? |
ID | hnlimanpjeeomjnpdglldcnpkppmndbp |
Oficjalny URL | https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp |
Opis | Make requests to domains without having to worry about CORS. |
Rozmiar pliku | 1.86 MB |
Liczba instalacji | 4,099 |
Aktualna Wersja | 0.0.4 |
Ostatnia Aktualizacja | 2017-11-21 |
Data Publikacji | 2017-11-21 |
Ocena | 4.08/5 Łącznie 13 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jdart/who-cors |
Obsługiwane Języki | 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", " |