AWS Simple Iconification Service
Unsupported and unofficial extension to provide icons for AWS Console tabs
Qu'est-ce que AWS Simple Iconification Service ?
AWS Simple Iconification Service est une extension Chrome développée par Lee Packham, et sa fonction principale est "Unsupported and unofficial extension to provide icons for AWS Console tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AWS Simple Iconification Service
Téléchargez les fichiers d'extension AWS Simple Iconification Service au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An unofficial/unsupported Open Source extension to replace the Tab Icons for the AWS Console with icons that represent the service.
Informations de Base sur l'Extension
Nom | |
ID | edagjlhogddnlkbkllibfhbekpcdppbk |
URL Officiel | https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk |
Description | Unsupported and unofficial extension to provide icons for AWS Console tabs |
Taille du Fichier | 1.63 MB |
Nombre d'Installations | 168 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2022-07-09 |
Date de Publication | 2020-05-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Lee Packham |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/leepa/aws-simple-iconification-service |
URL de la Page d'Aide | https://github.com/leepa/aws-simple-iconification-service |
Langues Prises en Charge | 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" ] } |