AWS Sidebar
AWS Console Navigation Sidebar for Chrome
AWS Sidebarคืออะไร?
AWS Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smorgasbork.com และคุณลักษณะหลักของมันคือ "AWS Console Navigation Sidebar for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Sidebar
ดาวน์โหลดไฟล์ส่วนขยาย AWS Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improved navigation of the Amazon Web Services console. Features: - build a custom list of bookmarks to AWS console pages for the services you use, including "deep" links like "EC2 Instances" and "Cloudwatch Logs" - build a custom list of pricing links for the services you use - maintain a quick, easy-to-use list of your EC2 instances, with critical properties like IP address - generate arbitrary hyperlinks to instance-specific information (for example, you could generate a hyperlink to netdata at http://IP-ADDRESS:19999/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AWS Sidebar |
ID | eghlpalflfaopljcglmhoflhfpnngfpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aws-sidebar/eghlpalflfaopljcglmhoflhfpnngfpe |
คำอธิบาย | AWS Console Navigation Sidebar for Chrome |
ขนาดไฟล์ | 1.34 MB |
จำนวนการติดตั้ง | 579 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2017-11-20 |
วันที่เผยแพร่ | 2017-11-20 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://www.smorgasbork.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jpriebe/aws-sidebar |
URL หน้าช่วยเหลือ | https://github.com/jpriebe/aws-sidebar/blob/master/README.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage" ], "sandbox": { "pages": [ "iframe\/sandbox.html" ] }, "content_scripts": [ { "css": [ "aws-sidebar.css" ], "js": [ "iframe\/bootstrap\/jquery-3.2.1.min.js", "settings_manager.js", "content.js" ], "matches": [ "*:\/\/aws.amazon.com\/*", "*:\/\/*.aws.amazon.com\/*" ] } ], "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/*", "iframe\/*", "iframe\/bootstrap\/*" ], "icons": { "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "description": "AWS Console Navigation Sidebar for Chrome", "name": "AWS Sidebar", "version": "1.0.6" } |