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ファイルをダウンロード
Allow CORS & Origin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
⬇️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 |
Eメール | [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": [ " |