-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog, readme, and fix manifest file.
- Loading branch information
1 parent
6b8f9a0
commit 165cc85
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 1.0.0 | ||
|
||
Initial release. Hello world! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": [], | ||
|