colorAWSFrame
Change background color of header & footer on AWS Management Console depending on role name or account.
ما هو colorAWSFrame؟
colorAWSFrame هو إضافة Chrome تم تطويرها بواسطة miztch-develop، والميزة الرئيسية لها هي "Change background color of header & footer on AWS Management Console depending on role name or account.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة colorAWSFrame
قم بتنزيل ملفات الامتداد colorAWSFrame بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes background color of header and footer on AWS Management Console. The color depends on the name of role or account. AWSアカウント名またはロール名に応じて、ヘッダ・フッタの色を変更します。
معلومات أساسية عن التمديد
الاسم | colorAWSFrame |
ID | egnkjmppojiamgimoclpjopdohjejbjf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/colorawsframe/egnkjmppojiamgimoclpjopdohjejbjf |
الوصف | Change background color of header & footer on AWS Management Console depending on role name or account. |
حجم الملف | 4.39 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-06-19 |
تاريخ النشر | 2018-07-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | miztch-develop |
نوع الدفع | free |
موقع الإضافة | https://github.com/miztch/color-aws-frame |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "colorAWSFrame", "description": "Change background color of header & footer on AWS Management Console depending on role name or account.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*.aws.amazon.com\/*", "https:\/\/*.aws.amazon.com\/*" ], "js": [ "js\/colorAWSFrame.js" ] } ] } |