AWS Favicons

Change AWS favicons per service

What is AWS Favicons?

AWS Favicons is a Chrome extension developed by schier.co, and its main feature is "Change AWS favicons per service".

Download AWS Favicons Extension CRX File

Download AWS Favicons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name AWS Favicons AWS Favicons
ID jeinjdfjgpdilcajjlljgblkhpdoigio
Official URL https://chrome.google.com/webstore/detail/aws-favicons/jeinjdfjgpdilcajjlljgblkhpdoigio
Description Change AWS favicons per service
File Size 57.04 KB
Installation Count 150
Current Version 1.0.2
Last Updated 2016-08-01
Publish Date 2016-08-01
Rating 4.90/5 Total 10 Ratings
Developer schier.co
Email [email protected]
Payment Type free
Privacy Policy Page URL http://schier.co
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS Favicons",
    "version": "1.0.2",
    "description": "Change AWS favicons per service",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/console.aws.amazon.com\/*",
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "js": [
                "favicons.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "favicons\/*"
    ],
    "permissions": [
        "tabs",
        "https:\/\/console.aws.amazon.com\/*"
    ]
}