Allow CORS & Origin
Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS.
Allow CORS & Origin란 무엇입니까?
Allow CORS & Origin은(는) tabhibernation2.0에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS."입니다.
확장 프로그램 스크린샷
Allow CORS & Origin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⬇️Easy to set up⬇️: 1. Install the extension. 2. To activate the add-on, open the toolbar 🛠 popup, 3. Press the toggle button on the left side, the icon will turn from gray to an orange C letter. ✨Features ✨ 1. Performs the request to unblock CORS. 2. Easily perform cross-domain Ajax requests in web applications. 3. Add ➕(Access-Control-Allow-Origin: 😉rule to the response header. Unblock CORS or Cross-Origin Resource Sharing with this extension which is blocked 🚫 in modern browsers by default
확장 프로그램 기본 정보
이름 | Allow CORS & Origin |
ID | igomecoafaibkpelmljakiklmgdajojk |
공식 URL | https://chromewebstore.google.com/detail/allow-cors-origin/igomecoafaibkpelmljakiklmgdajojk |
설명 | Unblocks Cross-Origin Resource Sharing feature & allows you to test CORS. |
파일 크기 | 58.51 KB |
설치 횟수 | 7,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-12-15 |
출시 날짜 | 2022-10-13 |
평점 | 3.55/5 총 33 개의 평점 |
개발자 | tabhibernation2.0 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Allow CORS & Origin", "name": "Allow CORS & Origin", "version": "1.0.1", "manifest_version": 3, "offline_enabled": true, "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "host_permissions": [ " |