Google Cloud Console Color Changer

Change the Google Cloud Console main color

Wat is Google Cloud Console Color Changer?

Google Cloud Console Color Changer is een Chrome-extensie ontwikkeld door denisdnc, en de belangrijkste functie is "Change the Google Cloud Console main color".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Google Cloud Console Color Changer

Download Google Cloud Console Color Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Google Cloud Console Color Changer Google Cloud Console Color Changer
ID obmogbhnnkkkjjldphhphfflcjdalghk
Officiële URL https://chromewebstore.google.com/detail/google-cloud-console-colo/obmogbhnnkkkjjldphhphfflcjdalghk
Beschrijving Change the Google Cloud Console main color
Bestandsgrootte 3.59 MB
Aantal Installaties 371
Huidige Versie 2.0.1
Laatst Bijgewerkt 2023-12-29
Publicatiedatum 2020-11-19
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar denisdnc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}