AWS Compass
Auto-group your AWS console tabs by region
Vad är AWS Compass?
AWS Compass är en Chrome-tillägg utvecklad av https://jdhayford.io, och dess huvudfunktion är "Auto-group your AWS console tabs by region".
Tilläggsskärmbilder
Ladda ner AWS Compass-förlängningens CRX-fil
Ladda ner AWS Compass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | AWS Compass |
ID | hbjmjdhpbemchceodklfbhabondedojg |
Officiell webbadress | https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg |
Beskrivning | Auto-group your AWS console tabs by region |
Filstorlek | 9.18 KB |
Antal Installationer | 49 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2021-03-05 |
Publiceringsdatum | 2021-03-03 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://jdhayford.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |