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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hahahumble.com และคุณลักษณะหลักของมันคือ "Change the color of the AWS console's headers based on the region you select."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rainbow AWS: AWS console header color
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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"
} | |