AWS Simple Iconification Service
Unsupported and unofficial extension to provide icons for AWS Console tabs
Vad är AWS Simple Iconification Service?
AWS Simple Iconification Service är en Chrome-tillägg utvecklad av Lee Packham, och dess huvudfunktion är "Unsupported and unofficial extension to provide icons for AWS Console tabs".
Tilläggsskärmbilder
Ladda ner AWS Simple Iconification Service-förlängningens CRX-fil
Ladda ner AWS Simple Iconification Service-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
An unofficial/unsupported Open Source extension to replace the Tab Icons for the AWS Console with icons that represent the service.
Grundläggande Information om Tillägg
Namn | |
ID | edagjlhogddnlkbkllibfhbekpcdppbk |
Officiell webbadress | https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk |
Beskrivning | Unsupported and unofficial extension to provide icons for AWS Console tabs |
Filstorlek | 1.63 MB |
Antal Installationer | 168 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2022-07-09 |
Publiceringsdatum | 2020-05-07 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Lee Packham |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/leepa/aws-simple-iconification-service |
Hjälpsida URL | https://github.com/leepa/aws-simple-iconification-service |
Stödda Språk | 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" ] } |