AWS Compass

Auto-group your AWS console tabs by region

ما هو AWS Compass؟

AWS Compass هو إضافة Chrome تم تطويرها بواسطة https://jdhayford.io، والميزة الرئيسية لها هي "Auto-group your AWS console tabs by region".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AWS Compass

قم بتنزيل ملفات الامتداد AWS Compass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    ]
}