AWS Simple Iconification Service

Unsupported and unofficial extension to provide icons for AWS Console tabs

ما هو AWS Simple Iconification Service؟

AWS Simple Iconification Service هو إضافة Chrome تم تطويرها بواسطة Lee Packham، والميزة الرئيسية لها هي "Unsupported and unofficial extension to provide icons for AWS Console tabs".

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

screenshot

تحميل ملف CRX للإضافة AWS Simple Iconification Service

قم بتنزيل ملفات الامتداد AWS Simple Iconification Service بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        An unofficial/unsupported Open Source extension to replace the Tab Icons for the AWS Console with icons that represent the service.                    

معلومات أساسية عن التمديد

الاسم AWS Simple Iconification Service AWS Simple Iconification Service
ID edagjlhogddnlkbkllibfhbekpcdppbk
عنوان URL الرسمي https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk
الوصف Unsupported and unofficial extension to provide icons for AWS Console tabs
حجم الملف 1.63 MB
عدد التثبيتات 168
النسخة الحالية 1.0.6
آخر تحديث 2022-07-09
تاريخ النشر 2020-05-07
تقييم 5.00/5 مجموع تقييمات 2
المطور Lee Packham
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/leepa/aws-simple-iconification-service
عنوان صفحة المساعدة https://github.com/leepa/aws-simple-iconification-service
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Simple Iconification Service",
    "description": "Unsupported and unofficial extension to provide icons for AWS Console tabs",
    "version": "1.0.6",
    "icons": {
        "128": "services\/general.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*.console.aws.amazon.com\/*"
    ],
    "web_accessible_resources": [
        "services\/*.png"
    ]
}