Skip to content

Commit

Permalink
Add changelog, readme, and fix manifest file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nessworthy committed Sep 16, 2020
1 parent 6b8f9a0 commit 165cc85
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.0

Initial release. Hello world!
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Chrome Extension: AWS QuickSearch

Quickly switch services & regions in AWS.

## Usage

<kbd>shift</kbd>, <kbd>shift</kbd> (in quick succession) = toggle service selector

<kbd>shift</kbd> + <kbd>R</kbd> = toggle region selector

## Feature Support

* Shortcuts are supported in both old and new dashboard versions.
* Region filtering / searching is supported only in the new dashboard version.
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"author": "Sean Nessworthy <[email protected]>",
"homepage_url": "https://github.com/Nessworthy/chrome-extension-aws-quicksearch",

"default_locale": "en",
"description": "Quickly switch services & regions in AWS. Shift, Shift = Service Select, Shift + R = Region Select. Supports region searching.",

"permissions": [],
Expand Down

0 comments on commit 165cc85

Please sign in to comment.