AWS Simple Iconification Service

Unsupported and unofficial extension to provide icons for AWS Console tabs

AWS Simple Iconification Service là gì?

AWS Simple Iconification Service là một tiện ích mở rộng Chrome được phát triển bởi Lee Packham, và tính năng chính của nó là "Unsupported and unofficial extension to provide icons for AWS Console tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS Simple Iconification Service

Tải xuống các tệp mở rộng AWS Simple Iconification Service dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS Simple Iconification Service AWS Simple Iconification Service
ID edagjlhogddnlkbkllibfhbekpcdppbk
URL Chính Thức https://chromewebstore.google.com/detail/aws-simple-iconification/edagjlhogddnlkbkllibfhbekpcdppbk
Mô tả Unsupported and unofficial extension to provide icons for AWS Console tabs
Kích Thước Tệp 1.63 MB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-07-09
Ngày Phát Hành 2020-05-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Lee Packham
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/leepa/aws-simple-iconification-service
URL Trang Trợ Giúp https://github.com/leepa/aws-simple-iconification-service
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}