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
官方網址 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"
    ]
}