Skip to content

Commit

Permalink
Merge pull request irazasyed#10 from pabloscloud/main
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored Dec 10, 2023
2 parents df406d1 + dafa8a9 commit 2527a3f
Show file tree
Hide file tree
Showing 9 changed files with 18,719 additions and 87 deletions.
25 changes: 10 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/oedhkcdedcfloepkpacoocblokifkgjf?style=flat-square&label=Chrome%20Users)][link-cws]
[![Mozilla Add-on Users](https://img.shields.io/amo/users/email-masker?style=flat-square&label=Firefox%20Users)][link-amo]

> Email Masker is an open-source browser extension that helps you generate and use masked email addresses for your online accounts using [Skiff][link-skiff] [Quick Aliases](https://dub.sh/quick-alias).
> Email Masker is an open-source browser extension that helps you generate and use masked email addresses for your online accounts.
>
> It helps you protect your privacy and keep your inbox clean from spam.
Expand Down Expand Up @@ -110,51 +110,51 @@ Here are some email format templates you can use based on your preference, you m
A combination of `[domain]` and `[random:5]` is used as the default email format.

```
[domain][random:5]@example.maskmy.id
[domain].[random:5]@example.com
```

The above format will generate email addresses like `github29wun@example.maskmy.id`
The above format will generate email addresses like `github.29wun@example.com`

**Random Strings**

```
[random:8]@example.maskmy.id
[random:8]@example.com
```

**Random Words**

```
[words:3]@example.maskmy.id
[words:3]@example.com
```

**Random Numbers**

```
[numbers:8]@example.maskmy.id
[numbers:8]@example.com
```

**Random Words and Numbers**

```
[words:2][numbers:4]@example.maskmy.id
[words:2][numbers:4]@example.com
```

**Random Words and Numbers (With Separator)**

```
[words:2]-[numbers:4]@example.maskmy.id
[words:2]-[numbers:4]@example.com
```

**Domain and Random Words**

```
[domain][words:2]@example.maskmy.id
[domain][words:2]@example.com
```

**Prefix and Random Strings**

```
prefix-[random:8]@example.maskmy.id
prefix-[random:8]@example.com
```

## Contributing
Expand All @@ -178,11 +178,6 @@ MIT
- [Irfaq Syed](https://github.com/irazasyed)
- [All Contributors](../../contributors)

## Disclaimer

This project is not affiliated with, endorsed by, or sponsored in any way by Skiff.

[link-skiff]: https://dub.sh/skiff-ref 'Sign up for Skiff Mail'
[link-cws]: https://dub.sh/emailmasker-chrome 'Version published on Chrome Web Store'
[link-amo]: https://dub.sh/emailmasker-firefox 'Version published on Mozilla Add-ons'
[link-oas]: https://dub.sh/emailmasker-opera 'Version published on Opera Add-ons'
10 changes: 1 addition & 9 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
"description": "Name of the extension."
},
"extensionDescription": {
"message": "An open-source extension to generate masked email addresses using Quick Aliases.",
"message": "An open-source extension to generate masked email addresses.",
"description": "Description of the extension."
},
"title": {
"message": "Email Masker",
"description": "Title of the extension."
},
"footer": {
"message": "Uses",
"description": "Footer note of the extension."
},
"maskedEmailLabel": {
"message": "Masked Email",
"description": "Label for masked email address."
Expand All @@ -39,10 +35,6 @@
"message": "Please enter a valid email format.",
"description": "Toast error description for invalid email format."
},
"invalidEmailDomainToastDesc": {
"message": "Email Format must end with *.maskmy.id",
"description": "Toast error description for invalid email domain."
},
"emailFormatUpdatedToast": {
"message": "Email Format Updated",
"description": "Toast success title for updating email format."
Expand Down
Loading

0 comments on commit 2527a3f

Please sign in to comment.