aws-launcher
The easiest way to launch the console page of AWS services
aws-launcherとは何ですか?
aws-launcherはHo Ming Liによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to launch the console page of AWS services」です。
拡張機能のスクリーンショット
aws-launcher拡張機能のCRXファイルをダウンロード
aws-launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
==Observation When I ask users of AWS to navigate to a specific AWS service, the user typically takes a few seconds sinking in on the overwhelming number of services in the console page, subsequently entering the service name via Ctrl-F to find where to click. ==Problem Too many service. Too difficult to find where the link is. Why is there no simple seach bar? ==Solution Naturally, based on the observation, let's build a AWS Launcher that has search capability to help easily launch specific AWS services console. ==Features * Instant Search to launching AWS services - no more scanning the console home page to see where to click * Enter to launch first listed service - type and enter and launch - don't need to use the mouse to click and launch ==Further Work * save state * MRU * settings
拡張機能の基本情報
名前 | aws-launcher |
ID | hgolcplokpkaiacghkhingheaojebgfj |
公式URL | https://chromewebstore.google.com/detail/aws-launcher/hgolcplokpkaiacghkhingheaojebgfj |
説明 | The easiest way to launch the console page of AWS services |
ファイルサイズ | 6.28 MB |
インストール数 | 73 |
現在のバージョン | 0.1.2 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | Ho Ming Li |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "aws-launcher", "description": "The easiest way to launch the console page of AWS services", "version": "0.1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [] } |