Google Cloud Console Color Changer

Change the Google Cloud Console main color

Google Cloud Console Color Changerคืออะไร?

Google Cloud Console Color Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย denisdnc และคุณลักษณะหลักของมันคือ "Change the Google Cloud Console main color"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Cloud Console Color Changer

ดาวน์โหลดไฟล์ส่วนขยาย Google Cloud Console Color Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}