Rainbow AWS: AWS console header color
Change the color of the AWS console's headers based on the region you select.
什麼是Rainbow AWS: AWS console header color?
Rainbow AWS: AWS console header color是由https://hahahumble.com開發的Chrome擴展程式,該擴展的主要功能是“Change the color of the AWS console's headers based on the region you select.”。
擴展截圖
下載Rainbow AWS: AWS console header color擴展crx文件
下載Rainbow AWS: AWS console header color擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
✨ Features
* 🔥 Support the latest AWS console UI
* 🌈 Easy to use popup menu to quickly change the color
* 🎨 Use the palette to quickly choose the color you need
🚀 Quick Links
- This extension is open source, click the link below to check it out
* https://github.com/hahahumble/Rainbow-AWS
🌟 Update
- Version 0.4.0
* 🐛 Bug fixes: Not working after AWS console is updated
❗️ Notice
* This extension required the "storage" privilege to store the color you choose. It won't collect, read or transmit any data of any kind 擴展基本資訊
| 名稱 | |
| ID | foicngnfgjoobicakmgedfomghgdkljg |
| 官方網址 | https://chromewebstore.google.com/detail/rainbow-aws-aws-console-h/foicngnfgjoobicakmgedfomghgdkljg |
| 簡介 | Change the color of the AWS console's headers based on the region you select. |
| 檔案大小 | 513 KB |
| 安裝次數 | 25 |
| 目前版本 | 0.4.0 |
| 更新時間 | 2023-02-07 |
| 上架時間 | 2022-06-28 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://hahahumble.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/hahahumble/Rainbow-AWS |
| 說明頁面URL | https://github.com/hahahumble/Rainbow-AWS |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Rainbow AWS: AWS console header color",
"version": "0.4.0",
"description": "Change the color of the AWS console's headers based on the region you select.",
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"static\/js\/content.js"
],
"matches": [
"https:\/\/*.console.aws.amazon.com\/*"
]
}
],
"icons": {
"128": "icon128.png"
},
"action": {
"default_icon": {
"128": "icon128.png"
},
"default_title": "Rainbow AWS",
"default_popup": "popup.html"
},
"options_page": "options.html"
} | |