AWS Compass
Auto-group your AWS console tabs by region
AWS Compass क्या है?
AWS Compass https://jdhayford.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-group your AWS console tabs by region"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AWS Compass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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).
एक्सटेंशन की मूल जानकारी
नाम | AWS Compass |
ID | hbjmjdhpbemchceodklfbhabondedojg |
आधिकारिक URL | https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg |
विवरण | Auto-group your AWS console tabs by region |
फ़ाइल का आकार | 9.18 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2021-03-05 |
प्रकाशन तिथि | 2021-03-03 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://jdhayford.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |