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.」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 apic cors extension apic cors extension
ID dejjobgejdajdjjhjcindbjcfohoiehn
公式URL 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
Eメール [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",
        ""
    ],
    "web_accessible_resources": [
        "on.png",
        "off.png"
    ]
}