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
Eメール [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"
    ]
}