CORS Helper
Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin:*.
CORS Helper là gì?
CORS Helper là một tiện ích mở rộng Chrome được phát triển bởi Atom, và tính năng chính của nó là "Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin:*.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CORS Helper
Tải xuống các tệp mở rộng CORS Helper 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
Users can set different return values to allow users to be granted access to specified resources from different source servers. Users can customize the value of the HTTP response header It should be noted that when Access-Control-Allow-Origin is set to "*", the identity certificate cannot be attached. Of course you can specify a unique Origin such as http://localhost:3000 Instructions After installing the plugin, click the icon in the upper right corner to enable "cross-source resource sharing". Custom configuration After installing the plugin, click the icon in the upper right corner and click "Customize" to enter the configuration page. The "HTTP Response Header" page allows you to add custom Access-Control-* header information to the HTTP response header "White List" page allows you to customize the website for applying rules
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CORS Helper |
ID | jckpaobldaolbbchaeicopkcljcaiaka |
URL Chính Thức | https://chromewebstore.google.com/detail/cors-helper/jckpaobldaolbbchaeicopkcljcaiaka |
Mô tả | Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin:*. |
Kích Thước Tệp | 67.38 KB |
Số Lần Cài Đặt | 4,335 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2019-06-14 |
Ngày Phát Hành | 2019-06-11 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Atom |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CORS Helper", "description": "Lightweight CORS web development tool allows developers to modify Ajax responses Access-Control-Allow-Origin:*.", "version": "1.2.2", "homepage_url": "https:\/\/github.com\/jhrxx\/CORS-Chrome-extension", "default_locale": "en_US", "browser_action": { "default_icon": "off.png", "default_popup": "popup.html", "default_title": "Cross-Origin Settings" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "webRequest", " |