AWS Simple Iconification Service

Unsupported and unofficial extension to provide icons for AWS Console tabs

Hvad er AWS Simple Iconification Service?

AWS Simple Iconification Service er en Chrome-udvidelse udviklet af Lee Packham, og dens hovedfunktion er "Unsupported and unofficial extension to provide icons for AWS Console tabs".

Udvidelsesskærmbilleder

screenshot

Download AWS Simple Iconification Service-udvidelses-CRX-fil

Download AWS Simple Iconification Service-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn AWS Simple Iconification Service AWS Simple Iconification Service
ID edagjlhogddnlkbkllibfhbekpcdppbk
Officiel URL https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk
Beskrivelse Unsupported and unofficial extension to provide icons for AWS Console tabs
Filstørrelse 1.63 MB
Antal Installationer 168
Nuværende Version 1.0.6
Senest Opdateret 2022-07-09
Udgivelsesdato 2020-05-07
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Lee Packham
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/leepa/aws-simple-iconification-service
Hjælpeside-URL https://github.com/leepa/aws-simple-iconification-service
Understøttede Sprog 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"
    ]
}