AWS Favicons

Favicons for all AWS services

Wat is AWS Favicons?

AWS Favicons is een Chrome-extensie ontwikkeld door Maddison Hellstrom, en de belangrijkste functie is "Favicons for all AWS services".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AWS Favicons

Download AWS Favicons-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

                        Tired of all your AWS browser tabs having the same orange cube favicon? This extension fixes that by setting the favicon to the appropriate one for the current service.                    

Basisinformatie over de Extensie

Naam AWS Favicons AWS Favicons
ID hpiicbcmcbcjppjembmamenajemlanli
Officiële URL https://chromewebstore.google.com/detail/aws-favicons/hpiicbcmcbcjppjembmamenajemlanli
Beschrijving Favicons for all AWS services
Bestandsgrootte 327 KB
Aantal Installaties 802
Huidige Versie 0.2.0
Laatst Bijgewerkt 2022-09-17
Publicatiedatum 2022-09-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Maddison Hellstrom
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/b0o/aws-favicons-webextension
Help Pagina-URL https://github.com/b0o/aws-favicons-webextension/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AWS Favicons",
    "description": "Favicons for all AWS services",
    "version": "0.2.0",
    "author": "Maddison Hellstrom",
    "icons": {
        "32": "assets\/extension-icon-32.png",
        "64": "assets\/extension-icon-64.png",
        "128": "assets\/extension-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aws.amazon.com\/*"
            ],
            "js": [
                "bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "https:\/\/*.aws.amazon.com\/*"
            ]
        }
    ]
}