Customize AWS Console Header
Change AWS Console Header. background color and text label.
Customize AWS Console Headerคืออะไร?
Customize AWS Console Header เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bunjik และคุณลักษณะหลักของมันคือ "Change AWS Console Header. background color and text label."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Customize AWS Console Header
ดาวน์โหลดไฟล์ส่วนขยาย Customize AWS Console Header ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
customize aws console header. change header background color and append text label. Multiple combinations of account name and region can be set.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Customize AWS Console Header |
ID | cjpikjjajakahcpglopbmobcoiibcpcd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/customize-aws-console-hea/cjpikjjajakahcpglopbmobcoiibcpcd |
คำอธิบาย | Change AWS Console Header. background color and text label. |
ขนาดไฟล์ | 266 KB |
จำนวนการติดตั้ง | 1,573 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2023-10-28 |
วันที่เผยแพร่ | 2020-06-09 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | bunjik |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bunjik/aws-console-customize-extension |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "1.0.6", "default_locale": "en", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.console.aws.amazon.com\/*" ], "js": [ "js\/jquery.min.js", "extension.js" ], "css": [ "css\/extension.css" ] } ], "options_ui": { "browser_style": true, "open_in_tab": true, "page": "options.html" }, "permissions": [ "storage" ], "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" } } |