-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
314 additions
and
429 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
d3coder | ||
============================= | ||
# d3coder | ||
|
||
Google Chrome Encoding/Decoding Plugin for various types of encoding like | ||
base64, rot13 or unix timestamp conversion. | ||
Google Chrome encoding/decoding plugin for various types of encoding like | ||
base64, rot13 or unix timestamp conversion. | ||
## Changelog | ||
|
||
The full changelog can be found in [CHANGELOG.md](CHANGELOG.md) | ||
|
||
## Contributing | ||
|
||
Before contributing please make sure you have understood the [Code of Conduct](CODE_OF_CONDUCT.md). | ||
|
||
Please be aware that the code itself is undergoing a major rewrite at the | ||
moment to accomodate changes needed for the [extension manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/). | ||
|
||
If you have any questions feel free to drop me a DM at any of my socials or in | ||
my [Discord](https://discord.gg/yRTM7H2tek). |
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 |
---|---|---|
|
@@ -146,7 +146,7 @@ <h1>__MSG_activate_functions__</h1> | |
<div id="credits"> | ||
<h1>Credits</h1> | ||
|
||
<p>This extension was developed by Izzy Kulbe <<a href="mailto:[email protected]">[email protected]</a>></p> | ||
<p>This extension was developed by izzy <<a href="mailto:[email protected]">[email protected]</a>></p> | ||
|
||
<p>Special thanks for several functions to the php.js team, they did a great job on porting some of the most important functions to JS.</p> | ||
|
||
|
Oops, something went wrong.