Simple AWS Launcher

Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.

Simple AWS Launcher란 무엇입니까?

Simple AWS Launcher은(는) kaonaga 9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open."입니다.

확장 프로그램 스크린샷

screenshot

Simple AWS Launcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing our simple popup launcher for accessing hundreds of AWS services on Chrome. With just a press of ctrl(cmd)+shift+L or a click of an icon, you can open the launcher and easily access your desired service without the need for mouse controls.

For instance, to open the S3 console, simply press "ctrl(cmd)+shift+L" and type "s3" into the search box.

The hotkey can be edited in settings by visiting "chrome://extensions/shortcuts" and recreating the shortcuts. In case the hotkey doesn't work on your browser, try the recreated shortcuts.

Our extension covers almost all AWS services, making it a convenient tool for your daily AWS tasks. Should you have any issues or requests for improving the extension, please let us know by adding an issue on the repository.
https://github.com/kota-imai/awslauncher-chromeex/issues

Install our Simple AWS Launcher now and streamline your AWS experience.                    

확장 프로그램 기본 정보

이름 Simple AWS Launcher Simple AWS Launcher
ID odbbkogjmgpmdfindgkngoojldhephif
공식 URL https://chromewebstore.google.com/detail/simple-aws-launcher/odbbkogjmgpmdfindgkngoojldhephif
설명 Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.
파일 크기 1.11 MB
설치 횟수 91
현재 버전 2.1.4
최근 업데이트 2023-03-09
출시 날짜 2021-03-10
평점 5.00/5 총 4 개의 평점
개발자 kaonaga 9
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://forms.office.com/r/VWNHHXkEH2
도움말 페이지 URL https://twitter.com/kaonaga9
개인정보 보호 정책 페이지 URL https://quickshop-web.s3.amazonaws.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple AWS Launcher",
    "description": "Simple popup launcher for hundreds of AWS services. Just press ctrl(cmd)+shift+L, or click an icon to open.",
    "version": "2.1.4",
    "background": {
        "service_worker": "script\/background.js"
    },
    "icons": {
        "38": "icon\/38icon.png",
        "48": "icon\/48icon.png",
        "128": "icon\/128icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "windows": "Ctrl+Shift+L",
                "mac": "Command+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    }
}