Cross Domain - CORS

Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.

Cross Domain - CORS là gì?

Cross Domain - CORS là một tiện ích mở rộng Chrome được phát triển bởi Mai Tan, và tính năng chính của nó là "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cross Domain - CORS

Tải xuống các tệp mở rộng Cross Domain - 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

                        Visit out website: https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Cross Domain will help you to deal with cross domain - Cross-Origin Resource Sharing (CORS) problem. This is a small tool will helpful for web developer and related domain that face with cross domain issue.

List of feature:
- Allow cross domain
- Customize Url pattern base on Javascript Regex
- Allow enable, disable
- Very friendly interface

Under the hood:
This extension allow Cross-Origin Resource Sharing (CORS) by modify header response from server and add more header to allow CORS request:
  Access-control-allow-origin
  Access-control-allow-methods
  Access-control-allow-headers
  Access-control-expose-headers
This is for development purpose only.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cross Domain - CORS Cross Domain - CORS
ID mjhpgnbimicffchbodmgfnemoghjakai
URL Chính Thức https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai
Mô tả Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 51,209
Phiên Bản Hiện Tại 0.2.3
Cập Nhật Lần Cuối 2021-05-23
Ngày Phát Hành 2020-04-28
Đánh Giá 4.10/5 Tổng số 58 Đánh Giá
Nhà Phát Triển Mai Tan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
URL Trang Trợ Giúp https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.3",
    "name": "Cross Domain - CORS",
    "description": "Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.",
    "icons": {
        "64": "icons\/enable-64.png",
        "128": "icons\/enable-128.png"
    },
    "background": {
        "scripts": [
            "background-script.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/enable-64.png",
        "default_title": "Cross Domain - CORS",
        "default_popup": "popup\/panel.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}