apic cors extension
This is a helper plugin for apic (https://apic.app) to enable CORS requests by adding 'Allow-Control-Allow-Origin: *' header.
什麼是apic cors extension?
apic cors extension是由https://apic.app開發的Chrome擴展程式,該擴展的主要功能是“This is a helper plugin for apic (https://apic.app) to enable CORS requests by adding 'Allow-Control-Allow-Origin: *' header.”。
擴展截圖
下載apic cors extension擴展crx文件
下載apic cors extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The web version of APIC (API testing module) suffers with the limitation of CORS where browsers don't allow access to resources of other domains unless the response contains Access-Control-Allow-Origin header with a value of "*" or "https://apic.app" (without the quotes). To overcome this issue you need to install this extension that will allow APIC to access resources on other domains by adding Access-Control-Allow-Origin: * header. 擴展基本資訊
| 名稱 | |
| ID | dejjobgejdajdjjhjcindbjcfohoiehn |
| 官方網址 | https://chromewebstore.google.com/detail/apic-cors-extension/dejjobgejdajdjjhjcindbjcfohoiehn |
| 簡介 | This is a helper plugin for apic (https://apic.app) to enable CORS requests by adding 'Allow-Control-Allow-Origin: *' header. |
| 檔案大小 | 75.58 KB |
| 安裝次數 | 447 |
| 目前版本 | 1.2.1 |
| 更新時間 | 2022-09-10 |
| 上架時間 | 2019-07-28 |
| 開發者 | https://apic.app |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://apic.app |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "apic cors extension",
"version": "1.2.1",
"manifest_version": 2,
"description": "This is a helper plugin for apic (https:\/\/apic.app) to enable CORS requests by adding 'Allow-Control-Allow-Origin: *' header.",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_48.png",
"64": "icon_64.png",
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "off.png",
"default_title": "apic cors extension",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
" | |