Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: timezone converter #110

Merged
merged 2 commits into from
Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Timezoneee/Animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions Timezoneee/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# RandPass

Use RandPass (a Random Password Generator) Chrome Extentsion to create secure passwords that are impossible to crack without sending them across the Internet.


# Installation

- Clone this project `git clone ` or Download ZIP and find the RandPass Folder
- Go to Manage Extenions in Chrome (chrome://extensions/)
- Load the extension into the Chrome

# Usage

- Set the password length
- Select the character set(s)
- Generate
- Reset to create new passwords

## Example
***
![Usage](Animation.gif)

***
<br><br>
made by - [@r3yc0n1c](https://github.com/r3yc0n1c) @ JWoC'22
Binary file added Timezoneee/img/icons128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Timezoneee/img/icons16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Timezoneee/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"manifest_version": 2,
"name": "Timezoneee",
"version": "1.0",
"description": "Convert your time to specific timezones",
"icons": {
"128": "img/icons128.png",
"16": "img/icons16.png"
},
"browser_action": {
"default_icon": "img/icons16.png",
"default_popup": "popup.html"
}
}
Loading