Former2 Helper
Helps avoid CORS issues with former2.com
什麼是Former2 Helper?
Former2 Helper是由Ian Mckay開發的Chrome擴展程式,該擴展的主要功能是“Helps avoid CORS issues with former2.com”。
擴展截圖
下載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 |
ID | fhejmeojlbhfhjndnkkleooeejklmigi |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } } |