AWS Sidebar

AWS Console Navigation Sidebar for Chrome

AWS Sidebar란 무엇입니까?

AWS Sidebar은(는) https://www.smorgasbork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AWS Console Navigation Sidebar for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

AWS Sidebar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}