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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |