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」です。
拡張機能のスクリーンショット
Google Cloud Console Color Changer拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |