Google Cloud Console Color Changer
Change the Google Cloud Console main color
Google Cloud Console Color Changer क्या है?
Google Cloud Console Color Changer denisdnc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the Google Cloud Console main color"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Cloud Console Color Changer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |