-
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.
Merge pull request #2 from gnehcwu/feat/typescript-re
Feat: improvements & typescript: - Re-write in typescript - List virtualization to improve performance - UI improvements: - improved focus/scrolling locking - added icons for commands - More shortcuts to enter action mode directly - Bump version to 1.2.3
- Loading branch information
Showing
95 changed files
with
12,486 additions
and
3,907 deletions.
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
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
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 |
---|---|---|
@@ -1,29 +1,28 @@ | ||
# SN Launcher browser extension | ||
|
||
Supercharge your workflow on ServiceNow instance with a crafted command bar. | ||
Supercharge your workflow on ServiceNow instance with a crafted command palette. | ||
|
||
[![SN Launcher youtube](https://img.youtube.com/vi/l-RVEdRNQdg/0.jpg)](https://www.youtube.com/watch?v=l-RVEdRNQdg) | ||
<a href="https://www.youtube.com/watch?v=nKIqjEVyTgc"> | ||
<img src="./docs/poster.png" alt="SN Launcher video" width="426" height="240"> | ||
</a> | ||
|
||
## Features | ||
|
||
- 🔍 Search and navigate Servicenow menus, history in a command bar | ||
- 🚀 Action mode | ||
- search by sysid | ||
- shortcut go to record list or new record | ||
- switching between application scopes | ||
- Search Servicenow documentation | ||
- Search Servicenow next experience components | ||
- 🔤 Always ready for input & mouse free navigation | ||
- 🌙 Dark mode | ||
- Search and navigate ServiceNow instance menus in a command palette | ||
- Action mode | ||
- Find record by sysId | ||
- Search tables, histories, developer documentation, and seismic components | ||
- Switch between application scopes | ||
- Browser extension shortcut commands to instantly enter action mode | ||
- Enable animations in accordance with the user's system motion preferences. | ||
- Light / Dark theme | ||
|
||
## Install | ||
## Install from store | ||
|
||
[Chrome, Edge, Chromium based browsers](https://chrome.google.com/webstore/detail/sn-launcher-servicenow-ut/pngglpnmlfdihkcdglcflibenhmcipmg) | ||
|
||
[Firefox](https://addons.mozilla.org/en-US/firefox/addon/sn-launcher/) | ||
|
||
## License | ||
|
||
[MIT](https://opensource.org/licenses/MIT) | ||
|
||
Copyright (c) 2023-present, Cheng Wu | ||
[MIT](LICENSE) |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.