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ファイルをダウンロード

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