Refined AWS Console

Simplifies the Amazon Web Services Console interface.

Refined AWS Consoleとは何ですか?

Refined AWS ConsoleはAkinjide Bankoleによって開発されたChromeの拡張機能で、その主な機能は「Simplifies the Amazon Web Services Console interface.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Refined AWS Console拡張機能のCRXファイルをダウンロード

Refined AWS Console拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - Pin More! Do More! (Quick navigation appears below header)
- Reduce navigation to services tab with shortcuts (Just press ?)
- Switch between AWS assigned roles
- Switch between AWS available regions
- Show custom navigation menus (Sign Out and more)
- Hide unused navigation menus

Learn more about Refined AWS Console at https://github.com/akinjide/refined-aws

CHANGELOG at https://github.com/akinjide/refined-aws/blob/master/CHANGELOG.md
- 2.6.1@latest: Publish FireFox addon on site                    

拡張機能の基本情報

名前 Refined AWS Console Refined AWS Console
ID ockddcaogdonfmcfhdblbflchnjgiilc
公式URL https://chromewebstore.google.com/detail/refined-aws-console/ockddcaogdonfmcfhdblbflchnjgiilc
説明 Simplifies the Amazon Web Services Console interface.
ファイルサイズ 53.19 KB
インストール数 98
現在のバージョン 2.6.1
最終更新日 2020-12-02
公開日 2020-02-03
開発者 Akinjide Bankole
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/akinjide/refined-aws
ヘルプページのURL https://github.com/akinjide/refined-aws/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined AWS Console",
    "version": "2.6.1",
    "description": "Simplifies the Amazon Web Services Console interface.",
    "homepage_url": "https:\/\/www.github.com\/akinjide\/refined-aws",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "main.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/console.aws.amazon.com\/*",
                "https:\/\/*.console.aws.amazon.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.slim.min.js",
                "browser-polyfill.min.js",
                "content.js"
            ]
        }
    ]
}