Former2 Helper
Helps avoid CORS issues with former2.com
Former2 Helper là gì?
Former2 Helper là một tiện ích mở rộng Chrome được phát triển bởi Ian Mckay, và tính năng chính của nó là "Helps avoid CORS issues with former2.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Former2 Helper
Tải xuống các tệp mở rộng Former2 Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Former2 Helper |
ID | fhejmeojlbhfhjndnkkleooeejklmigi |
URL Chính Thức | https://chromewebstore.google.com/detail/former2-helper/fhejmeojlbhfhjndnkkleooeejklmigi |
Mô tả | Helps avoid CORS issues with former2.com |
Kích Thước Tệp | 1.6 MB |
Số Lần Cài Đặt | 10,813 |
Phiên Bản Hiện Tại | 1.66 |
Cập Nhật Lần Cuối | 2023-12-15 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Ian Mckay |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://files.ian.mn/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |