AWS Compass
Auto-group your AWS console tabs by region
Was ist AWS Compass?
AWS Compass ist eine Chrome-Erweiterung, die von https://jdhayford.io entwickelt wurde, und ihr Hauptmerkmal ist "Auto-group your AWS console tabs by region".
Erweiterungsscreenshots
AWS Compass-Erweiterungs-CRX-Datei herunterladen
Laden Sie AWS Compass-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
AWS can be a maze sometimes and losing track of what region you are currently working in can be dangerous, expensive, or just plain annoying. AWS Compass automatically forms tab groups for your AWS Console tabs based on the Region while you work. It's simple and it works. IMPORTANT: If you want tab group titles and consistent colors , you will need to update your Chrome to version ~89 (check chrome://settings/help).
Grundlegende Informationen zur Erweiterung
Name | AWS Compass |
ID | hbjmjdhpbemchceodklfbhabondedojg |
Offizielle URL | https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg |
Beschreibung | Auto-group your AWS console tabs by region |
Dateigröße | 9.18 KB |
Installationsanzahl | 49 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-03-05 |
Veröffentlichungsdatum | 2021-03-03 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://jdhayford.io |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Auto-group your AWS console tabs by region", "version": "0.1.0", "name": "AWS Compass", "background": { "service_worker": "background.js", "default_icon": { "16": "compass-16.png", "32": "compass-32.png", "48": "compass-48.png", "96": "compass-96.png", "128": "compass-128.png" } }, "action": { "default_title": "AWS Compass" }, "icons": { "16": "compass-16.png", "32": "compass-32.png", "48": "compass-48.png", "96": "compass-96.png", "128": "compass-128.png" }, "manifest_version": 3, "permissions": [ "storage", "webNavigation", "tabs", "tabGroups" ] } |