Who CORS?
Make requests to domains without having to worry about CORS.
Who CORS? là gì?
Who CORS? là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Make requests to domains without having to worry about CORS.".
Tải xuống tệp CRX của tiện ích mở rộng Who CORS?
Tải xuống các tệp mở rộng Who CORS? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Who CORS? |
ID | hnlimanpjeeomjnpdglldcnpkppmndbp |
URL Chính Thức | https://chromewebstore.google.com/detail/who-cors/hnlimanpjeeomjnpdglldcnpkppmndbp |
Mô tả | Make requests to domains without having to worry about CORS. |
Kích Thước Tệp | 1.86 MB |
Số Lần Cài Đặt | 4,099 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2017-11-21 |
Ngày Phát Hành | 2017-11-21 |
Đánh Giá | 4.08/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jdart/who-cors |
Ngôn Ngữ Được Hỗ Trợ | 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", " |