AWS Simple Iconification Service
Unsupported and unofficial extension to provide icons for AWS Console tabs
What is AWS Simple Iconification Service?
AWS Simple Iconification Service is a Chrome extension developed by Lee Packham, and its main feature is "Unsupported and unofficial extension to provide icons for AWS Console tabs".
Extension Screenshots
Download AWS Simple Iconification Service Extension CRX File
Download AWS Simple Iconification Service 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
An unofficial/unsupported Open Source extension to replace the Tab Icons for the AWS Console with icons that represent the service.
Extension Basic Information
Name | |
ID | edagjlhogddnlkbkllibfhbekpcdppbk |
Official URL | https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk |
Description | Unsupported and unofficial extension to provide icons for AWS Console tabs |
File Size | 1.63 MB |
Installation Count | 168 |
Current Version | 1.0.6 |
Last Updated | 2022-07-09 |
Publish Date | 2020-05-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Lee Packham |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/leepa/aws-simple-iconification-service |
Help Page URL | https://github.com/leepa/aws-simple-iconification-service |
Supported Languages | 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" ] } |