Allow CORS: Access-Control-Allow-Origin

Easily add (Access-Control-Allow-Origin: *) rule to the response header.

Allow CORS: Access-Control-Allow-Origin란 무엇입니까?

Allow CORS: Access-Control-Allow-Origin은(는) Muyor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily add (Access-Control-Allow-Origin: *) rule to the response header."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Allow CORS: Access-Control-Allow-Origin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Allow CORS: Access-Control-Allow-Origin lets you easily perform cross-domain Ajax requests in web applications.

Simply activate the add-on and perform the request. CORS or Cross-Origin Resource Sharing is blocked in modern browsers by default (in JavaScript APIs). Installing this add-on will allow you to unblock this feature. Please note that, when the add-on is added to your browser, it is inactive by default (toolbar icon is grey C letter). If you want to activate the add-on, please open the toolbar popup and press the toggle button on the left side. The icon will turn to an orange C letter.

If you have a feature request or found a bug to report, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/access-control-allow-origin.html).                    

확장 프로그램 기본 정보

이름 Allow CORS: Access-Control-Allow-Origin Allow CORS: Access-Control-Allow-Origin
ID lhobafahddgcelffkeicbaginigeejlf
공식 URL https://chromewebstore.google.com/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf
설명 Easily add (Access-Control-Allow-Origin: *) rule to the response header.
파일 크기 74.16 KB
설치 횟수 777,528
현재 버전 0.1.9
최근 업데이트 2023-09-04
출시 날짜 2020-03-08
평점 3.39/5 총 254 개의 평점
개발자 Muyor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mybrowseraddon.com/access-control-allow-origin.html
도움말 페이지 URL https://mybrowseraddon.com/access-control-allow-origin.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        ""
    ],
    "name": "Allow CORS: Access-Control-Allow-Origin",
    "homepage_url": "https:\/\/mybrowseraddon.com\/access-control-allow-origin.html",
    "description": "Easily add (Access-Control-Allow-Origin: *) rule to the response header.",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "commands": {
        "toggle-state": {
            "description": "Access-Control-Allow-Origin",
            "suggested_key": {
                "mac": "Command+Shift+D",
                "default": "Ctrl+Shift+D"
            }
        }
    },
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Access-Control-Allow-Origin",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}