Customize AWS Console Header
Change AWS Console Header. background color and text label.
Apa itu Customize AWS Console Header?
Customize AWS Console Header adalah ekstensi Chrome yang dikembangkan oleh bunjik, dan fitur utamanya adalah "Change AWS Console Header. background color and text label.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Customize AWS Console Header
Unduh file ekstensi Customize AWS Console Header dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
customize aws console header. change header background color and append text label. Multiple combinations of account name and region can be set.
Informasi Dasar Ekstensi
Nama | Customize AWS Console Header |
ID | cjpikjjajakahcpglopbmobcoiibcpcd |
URL Resmi | https://chromewebstore.google.com/detail/customize-aws-console-hea/cjpikjjajakahcpglopbmobcoiibcpcd |
Deskripsi | Change AWS Console Header. background color and text label. |
Ukuran File | 266 KB |
Jumlah Instalasi | 1,573 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2023-10-28 |
Tanggal Publikasi | 2020-06-09 |
Penilaian | 4.50/5 Total 6 Penilaian |
Pengembang | bunjik |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/bunjik/aws-console-customize-extension |
Bahasa yang Didukung | 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" } } |