Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.24 KB

File metadata and controls

46 lines (24 loc) · 1.24 KB

Chrome Extension: AWS QuickSearch

Quickly switch services & regions in AWS.

Usage / Features

Keyboard Shortcuts

Alt + S: Toggles service menu.

Alt + A: Toggles account menu.

Alt + R: Toggles region menu.

Alt + P: Toggles support menu.

You can see these shortcuts at any time by clicking the extension icon in Chrome.

Region Searching

Region Quick Searching

  • Adds a search box to filter region selection. Start typing as soon as the region list is open!
  • Use arrow keys to navigate between regions, and the filter box. Loops from top to bottom, and bottom to top.

Feature Support

  • All features supported in old and new UI console versions.

Usage / Security

Concerned about security? Please see the security policy for more information.

Feel free to get in touch about any concerns you may have.

Bugs / Issues / Feature Requests

Please use the GitHub issue tracker to report any feedback.

Developing

The extension source code is in src/.

The extension files and manifest are built using a simple script.

Install required modules with npm install and build with npm run build.