tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

Support manifest v3 in Chrome #262

Closed eetann closed 2 years ago

eetann commented 2 years ago

English version of the text follows below the Japanese 🙏


概要

Chrome拡張機能は、2023年1月までにmanifest v2からv3に移行する必要があります。このプルリクエストはその移行の対応をしました。

manifest v3への移行について、いくつかリンクを載せます。もしご存知でしたら申し訳ございません。

変更の詳細

公式ドキュメントに掲載されている移行手順 Migrating to Manifest V3 - Chrome Developers に沿って変更しました。変更の概要は以下のとおりです。

その他


Overview

Chrome extensions must migrate from manifest v2 to v3 by January 2023. This pull request addresses that migration.

I will post some links regarding the migration to manifest v3. If you know of any, I apologize.

Change Details

Migration instructions in the official documentation Migrating to Manifest V3 - Chrome Developers. Here is a summary of the changes

etc.