AWS Simple Iconification Service

Unsupported and unofficial extension to provide icons for AWS Console tabs

什么是AWS Simple Iconification Service?

AWS Simple Iconification Service是由Lee Packham开发的Chrome扩展程序,该扩展的主要功能是“Unsupported and unofficial extension to provide icons for AWS Console tabs”。

扩展截图

screenshot

下载AWS Simple Iconification Service扩展crx文件

下载AWS Simple Iconification Service扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An unofficial/unsupported Open Source extension to replace the Tab Icons for the AWS Console with icons that represent the service.                    

扩展基本信息

名称 AWS Simple Iconification Service AWS Simple Iconification Service
ID edagjlhogddnlkbkllibfhbekpcdppbk
官方URL https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk
简介 Unsupported and unofficial extension to provide icons for AWS Console tabs
文件大小 1.63 MB
安装次数 168
当前版本 1.0.6
更新时间 2022-07-09
上架时间 2020-05-07
评分 5.00/5 共2次评分
开发者 Lee Packham
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/leepa/aws-simple-iconification-service
帮助页面URL https://github.com/leepa/aws-simple-iconification-service
支持的语言 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"
    ]
}