From 6b2bc079774d0136bd6282739279b2fde5fbfd0c Mon Sep 17 00:00:00 2001 From: Oxbian Date: Tue, 18 Feb 2025 19:08:30 -0500 Subject: feat: chrome/chromium support + License --- README.md | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 17ce3e7..b87feab 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,28 @@ Why paying for just using some links .... To use this extension, just click on the emojis you want in the chat or discord emojis menu and paste the link in the chat. - + **Be careful, discord only render the picture if the link is lonely in a -message** +message** +*Tips: You can use markdown image to include your emoji in your message* ## Installing +The zip discord-no-nitro-emoji file can be obtained from github releases or +by packaging the extensions directly from the source code. + +### Firefox + The addons can be installed from the page `about:debugging#/runtime/this-firefox`, then click on the button `Load Temporary Add-On`, and choose the discord-no-nitro-emoji zip file. - -The zip file can be obtained from github releases or by packaging the extensions -directly from the source code. +### Chrome / Chromium + +The addons can be installed from the page `chrome://extensions`, then click on +the slider `Developer Mode` and click on the button `Load Unpack` and select +the discord-no-nitro-emoji unzipped folder. + ## Packaging For packaging the project, use this command: @@ -32,6 +41,10 @@ zip -r -FS ../discord-no-nitro-emoji-$VERSION.zip icons/ manifest.json main.js ## Version -v1: copy emoji from emoji menu into the clipboard -v1.1: copy emoji from chat into the clipboard -v1.2: code refactored + optimized +V1: copy emoji from emoji menu into the clipboard +V1.1: copy emoji from chat into the clipboard +V1.2: code refactored + optimized + +## License + +This extensions is licensed under the [GPLv3.0](https://opensource.org/license/gpl-3-0). -- cgit v1.2.3