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 |
官方網址 | 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": [ " |