aws-launcher

The easiest way to launch the console page of AWS services

aws-launcher là gì?

aws-launcher là một tiện ích mở rộng Chrome được phát triển bởi Ho Ming Li, và tính năng chính của nó là "The easiest way to launch the console page of AWS services".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng aws-launcher

Tải xuống các tệp mở rộng aws-launcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ==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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên aws-launcher aws-launcher
ID hgolcplokpkaiacghkhingheaojebgfj
URL Chính Thức https://chromewebstore.google.com/detail/aws-launcher/hgolcplokpkaiacghkhingheaojebgfj
Mô tả The easiest way to launch the console page of AWS services
Kích Thước Tệp 6.28 MB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Ho Ming Li
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}