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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
==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": []
} | |