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とは何ですか?

Cross Domain - CORSはMai Tanによって開発されたChromeの拡張機能で、その主な機能は「Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Cross Domain - CORS拡張機能のCRXファイルをダウンロード

Cross Domain - CORS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Cross Domain - CORS Cross Domain - CORS
ID mjhpgnbimicffchbodmgfnemoghjakai
公式URL https://chromewebstore.google.com/detail/cross-domain-cors/mjhpgnbimicffchbodmgfnemoghjakai
説明 Cross Domain will help you to deal with cross domain - CORS problem. This is tool helpful when face with cross domain issue.
ファイルサイズ 118 KB
インストール数 51,209
現在のバージョン 0.2.3
最終更新日 2021-05-23
公開日 2020-04-28
評価 4.10/5 合計 58 レビュー
開発者 Mai Tan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
ヘルプページのURL https://devratroom.blogspot.com/p/cross-domain-cors-extension.html
対応言語 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",
        ""
    ]
}