Google Cloud Console Color Changer
Change the Google Cloud Console main color
Google Cloud Console Color Changer là gì?
Google Cloud Console Color Changer là một tiện ích mở rộng Chrome được phát triển bởi denisdnc, và tính năng chính của nó là "Change the Google Cloud Console main color".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Cloud Console Color Changer
Tải xuống các tệp mở rộng Google Cloud Console Color Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Sometimes you can confuse yourself when managing 2 environments on Google Cloud Console: Is that Develop or Production? Now you can set a different color for a specific project id! Just pick a color and set the project name for it! Isn't that wonderful? --- Usage Install the extension and open the GCP console or refresh it Then the options window should open Set the project ID and color Save Done! You Should see a different color com GCP console bar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Cloud Console Color Changer |
ID | obmogbhnnkkkjjldphhphfflcjdalghk |
URL Chính Thức | https://chromewebstore.google.com/detail/google-cloud-console-colo/obmogbhnnkkkjjldphhphfflcjdalghk |
Mô tả | Change the Google Cloud Console main color |
Kích Thước Tệp | 3.59 MB |
Số Lần Cài Đặt | 371 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2023-12-29 |
Ngày Phát Hành | 2020-11-19 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | denisdnc |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Cloud Console Color Changer", "version": "2.0.1", "description": "Change the Google Cloud Console main color", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/console.cloud.google.com\/*" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "*:\/\/console.cloud.google.com\/*" ], "js": [ "app.js" ] } ], "options_ui": { "page": "ContactFrom_v5\/index.html", "open_in_tab": true }, "web_accessible_resources": [ { "resources": [ "ContactFrom_v5\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |