AWS Compass
Auto-group your AWS console tabs by region
AWS Compassคืออะไร?
AWS Compass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jdhayford.io และคุณลักษณะหลักของมันคือ "Auto-group your AWS console tabs by region"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Compass
ดาวน์โหลดไฟล์ส่วนขยาย AWS Compass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AWS can be a maze sometimes and losing track of what region you are currently working in can be dangerous, expensive, or just plain annoying. AWS Compass automatically forms tab groups for your AWS Console tabs based on the Region while you work. It's simple and it works. IMPORTANT: If you want tab group titles and consistent colors , you will need to update your Chrome to version ~89 (check chrome://settings/help).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AWS Compass |
ID | hbjmjdhpbemchceodklfbhabondedojg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aws-compass/hbjmjdhpbemchceodklfbhabondedojg |
คำอธิบาย | Auto-group your AWS console tabs by region |
ขนาดไฟล์ | 9.18 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2021-03-05 |
วันที่เผยแพร่ | 2021-03-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://jdhayford.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Auto-group your AWS console tabs by region", "version": "0.1.0", "name": "AWS Compass", "background": { "service_worker": "background.js", "default_icon": { "16": "compass-16.png", "32": "compass-32.png", "48": "compass-48.png", "96": "compass-96.png", "128": "compass-128.png" } }, "action": { "default_title": "AWS Compass" }, "icons": { "16": "compass-16.png", "32": "compass-32.png", "48": "compass-48.png", "96": "compass-96.png", "128": "compass-128.png" }, "manifest_version": 3, "permissions": [ "storage", "webNavigation", "tabs", "tabGroups" ] } |