AWS Simple Iconification Service

Unsupported and unofficial extension to provide icons for AWS Console tabs

Wat is AWS Simple Iconification Service?

AWS Simple Iconification Service is een Chrome-extensie ontwikkeld door Lee Packham, en de belangrijkste functie is "Unsupported and unofficial extension to provide icons for AWS Console tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AWS Simple Iconification Service

Download AWS Simple Iconification Service-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam AWS Simple Iconification Service AWS Simple Iconification Service
ID edagjlhogddnlkbkllibfhbekpcdppbk
Officiële URL https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk
Beschrijving Unsupported and unofficial extension to provide icons for AWS Console tabs
Bestandsgrootte 1.63 MB
Aantal Installaties 168
Huidige Versie 1.0.6
Laatst Bijgewerkt 2022-07-09
Publicatiedatum 2020-05-07
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Lee Packham
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/leepa/aws-simple-iconification-service
Help Pagina-URL https://github.com/leepa/aws-simple-iconification-service
Ondersteunde Talen 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"
    ]
}