AWS Simple Iconification Service

Unsupported and unofficial extension to provide icons for AWS Console tabs

AWS Simple Iconification Service क्या है?

AWS Simple Iconification Service Lee Packham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unsupported and unofficial extension to provide icons for AWS Console tabs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AWS Simple Iconification Service एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    ]
}