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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}