AWS Sidebar

AWS Console Navigation Sidebar for Chrome

AWS Sidebar là gì?

AWS Sidebar là một tiện ích mở rộng Chrome được phát triển bởi https://www.smorgasbork.com, và tính năng chính của nó là "AWS Console Navigation Sidebar for Chrome".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng AWS Sidebar 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

                        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/)                    

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

Tên AWS Sidebar AWS Sidebar
ID eghlpalflfaopljcglmhoflhfpnngfpe
URL Chính Thức https://chromewebstore.google.com/detail/aws-sidebar/eghlpalflfaopljcglmhoflhfpnngfpe
Mô tả AWS Console Navigation Sidebar for Chrome
Kích Thước Tệp 1.34 MB
Số Lần Cài Đặt 579
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2017-11-20
Ngày Phát Hành 2017-11-20
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.smorgasbork.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jpriebe/aws-sidebar
URL Trang Trợ Giúp https://github.com/jpriebe/aws-sidebar/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ 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"
}