Google Cloud Console Color Changer
Change the Google Cloud Console main color
Co je Google Cloud Console Color Changer?
Google Cloud Console Color Changer je rozšíření Chrome vyvinuté denisdnc, a jeho hlavní funkcí je „Change the Google Cloud Console main color“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google Cloud Console Color Changer
Stáhněte si soubory rozšíření Google Cloud Console Color Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Google Cloud Console Color Changer |
ID | obmogbhnnkkkjjldphhphfflcjdalghk |
Oficiální URL | https://chromewebstore.google.com/detail/google-cloud-console-colo/obmogbhnnkkkjjldphhphfflcjdalghk |
Popis | Change the Google Cloud Console main color |
Velikost souboru | 3.59 MB |
Počet instalací | 371 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2023-12-29 |
Datum Vydání | 2020-11-19 |
Hodnocení | 4.67/5 Celkem 6 Hodnocení |
Vývojář | denisdnc |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |