AWS Title Changer
Change page title on AWS Management Console
AWS Title Changerคืออะไร?
AWS Title Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sheile1024 และคุณลักษณะหลักของมันคือ "Change page title on AWS Management Console"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Title Changer
ดาวน์โหลดไฟล์ส่วนขยาย AWS Title Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension improve title on the AWS Management Console. You can select tab what you want more easily. Details: If you will open multiple AWS Management Console in browser tab, all tab has same title and too difficult select tab what has your target function. (show before screenshot) This extension will modify title on the tab. New title has a Service name(e.g. EC2/VPC/etc.) and a Function name(e.g. Instances/Images/etc.) (show after screenshot) Supported services: - EC2 - VPC - IAM - CloudWatch
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AWS Title Changer |
ID | nkfjnijiaidbobofiedgonepoogoamnp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/aws-title-changer/nkfjnijiaidbobofiedgonepoogoamnp |
คำอธิบาย | Change page title on AWS Management Console |
ขนาดไฟล์ | 8.87 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-04-02 |
วันที่เผยแพร่ | 2013-04-01 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | sheile1024 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AWS Title Changer", "version": "1.2", "description": "Change page title on AWS Management Console", "icons": { "48": "icon_48.png", "19": "icon_19.png" }, "background": { "persistent": false, "scripts": [ "aws_title_changer.js" ] }, "permissions": [ "https:\/\/console.aws.amazon.com\/*", "webNavigation", "tabs" ] } |