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 扩展基本信息
| 名称 | |
| 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": []
} | |