Added proper alert messages and improved security of import file.

This commit is contained in:
2019-01-18 21:29:35 -06:00
parent 8969d934ed
commit 03ae173a9f
25 changed files with 357 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Easy Session Manager
Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.
# Download
https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
# Version: 0.0.5
Added proper alert messages and improved security of import file.
# Images
![1 Default interface with no sessions. ](images/pic1.png)
![2 Interface with sessions and hovering color effect. ](images/pic2.png)
![3 Saving a new session. ](images/pic3.png)
![4 A session selected. ](images/pic4.png)
![5 Deleting a selected session. ](images/pic5.png)
![6 Editing a selected session. ](images/pic6.png)
![7 Downloading a selected session. ](images/pic7.png)
![8 Importing a session JSON file. ](images/pic8.png)