Google Cloud Console Color Changer

Change the Google Cloud Console main color

Google Cloud Console Color Changer란 무엇입니까?

Google Cloud Console Color Changer은(는) denisdnc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the Google Cloud Console main color"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google Cloud Console Color Changer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Google Cloud Console Color Changer Google Cloud Console Color Changer
ID obmogbhnnkkkjjldphhphfflcjdalghk
공식 URL https://chromewebstore.google.com/detail/google-cloud-console-colo/obmogbhnnkkkjjldphhphfflcjdalghk
설명 Change the Google Cloud Console main color
파일 크기 3.59 MB
설치 횟수 371
현재 버전 2.0.1
최근 업데이트 2023-12-29
출시 날짜 2020-11-19
평점 4.67/5 총 6 개의 평점
개발자 denisdnc
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}