AWS Simple Iconification Service
Unsupported and unofficial extension to provide icons for AWS Console tabs
AWS Simple Iconification Serviceคืออะไร?
AWS Simple Iconification Service เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lee Packham และคุณลักษณะหลักของมันคือ "Unsupported and unofficial extension to provide icons for AWS Console tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Simple Iconification Service
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |