Former2 Helper

Helps avoid CORS issues with former2.com

Former2 Helperとは何ですか?

Former2 HelperはIan Mckayによって開発されたChromeの拡張機能で、その主な機能は「Helps avoid CORS issues with former2.com」です。

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

screenshot
screenshot

Former2 Helper拡張機能のCRXファイルをダウンロード

Former2 Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Calls to the AWS service API endpoints are made either directly with the JavaScript SDK or via the browser extension (which also hits endpoints directly). Recording data is kept entirely in memory or on local disk and is never sent over the internet or anywhere else. You should take care to remove any sensitive data (passwords etc.) when sharing your generated code/templates with others.                    

拡張機能の基本情報

名前 Former2 Helper Former2 Helper
ID fhejmeojlbhfhjndnkkleooeejklmigi
公式URL https://chromewebstore.google.com/detail/former2-helper/fhejmeojlbhfhjndnkkleooeejklmigi
説明 Helps avoid CORS issues with former2.com
ファイルサイズ 1.6 MB
インストール数 10,813
現在のバージョン 1.66
最終更新日 2023-12-15
公開日 2020-06-17
評価 4.83/5 合計 6 レビュー
開発者 Ian Mckay
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://files.ian.mn/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Former2 Helper",
    "version": "1.66",
    "manifest_version": 3,
    "description": "Helps avoid CORS issues with former2.com",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*.aws.amazon.com\/*",
        "https:\/\/*.amazonaws.com\/*",
        "https:\/\/*.amazonaws.com.cn\/*",
        "https:\/\/developer.amazon.com\/*",
        "http:\/\/localhost:4566\/*",
        "http:\/\/*.localhost:4566\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/former2.com\/*",
            "https:\/\/*.former2.com\/*",
            "http:\/\/127.0.0.1\/*",
            "https:\/\/127.0.0.1\/*",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    }
}