Skip to content

Commit 0f689ab

Browse files
implemented UTM links
1 parent 830fd83 commit 0f689ab

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

LEARN.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How I built this Chrome Extension
22

3-
Emoji Copy Extension simply adds a box under any [Emojipedia.org](https://emojipedia.org/) search results in Google in which the user can see and copy the respective emoji. I thought of this idea after finding it frustrating to copy an emoji when I search it up because of Google's formatting or go on another stupid website just to be able to copy without formatting easily. Don't ask why I don't just hit `Win+.` on Windows to find an emoji I want to use, I am used to searching it up. :)
3+
[Emoji Copy Extension](https://chromewebstore.google.com/detail/emoji-copy-extension/nhkpcjdklcgchjejlnfdpgpcgmailpik?utm_source=github&utm_medium=learn_md) simply adds a box under any [Emojipedia.org](https://emojipedia.org/) search results in Google in which the user can see and copy the respective emoji. I thought of this idea after finding it frustrating to copy an emoji when I search it up because of Google's formatting or go on another stupid website just to be able to copy without formatting easily. Don't ask why I don't just hit `Win+.` on Windows to find an emoji I want to use, I am used to searching it up. :)
44

55
<table>
66
<tr>
@@ -78,15 +78,17 @@ After my item had been reviewed by the Chrome Web Store team (which only took ar
7878
- Move onto a new project while continuing to maintain this one
7979
- Be proud of my work - after all, I did use a few hours of my free time making it!
8080

81+
Here's the link if you want to check it out by the way: [https://chromewebstore.google.com/detail/emoji-copy-extension/nhkpcjdklcgchjejlnfdpgpcgmailpik](https://chromewebstore.google.com/detail/emoji-copy-extension/nhkpcjdklcgchjejlnfdpgpcgmailpik?utm_source=github&utm_medium=learn_md)
82+
8183
### Problems I ran into
8284

83-
- Uploading 1200x800 screenshot instead of 1280x800 screenshots - Chrome Web Store is fussy on the exact dimensions of all of the promotional images, and one must resize/crop them themselves
85+
- I had many code errors which were are too minor to remember now, but can never be avoided when developing something new; make sure to use `console.log()` when debugging to see where your code gets stuck!
86+
- Uploading 1200x800 screenshot instead of 1280x800 screenshots; Chrome Web Store is fussy on the exact dimensions of all of the promotional images, and one must resize/crop them themselves — mentioning this one because I spent a good 10 minutes figuring out why they were being rejected
8487
- As soon as I published it, I recieved 4 emails from Indians offering me their services to "boost my extension's visibility" - I ignored these now that I know they will never be for free, and I don't have enough money to want to use it on this: <img src="./assets/Spam.png">
8588
After all, I am making this for fun, and don't have any way to make that money back yet!
86-
- Some code errors which were are too minor to remember, but can never be avoided when developing something new; make sure to use `console.log()` when debugging to see where your code gets stuck!
8789

8890
Other than that, making my first Chrome extension was pretty easy!
8991

9092
### More questions?
9193

92-
If you think I could include some more detail, either make a pull request, [create a discussion](https://github.com/redbackspider77/EmojiCopyExtension/discussions/new/choose), or [email me](mailto:[email protected])!
94+
If you think I could include some more detail, [create a discussion](https://github.com/redbackspider77/EmojiCopyExtension/discussions/new/choose) or [email me](mailto:[email protected])!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This Chrome Extension injects a box under the Emojipedia.org search result on an
1515

1616
## Usage
1717

18-
1. [Install from the Chrome Web Store.](https://chromewebstore.google.com/detail/Emoji%20Copy%20Extension/nhkpcjdklcgchjejlnfdpgpcgmailpik)
18+
1. [Install from the Chrome Web Store.](https://chromewebstore.google.com/detail/emoji-copy-extension/nhkpcjdklcgchjejlnfdpgpcgmailpik?utm_source=github&utm_medium=readme_md)
1919
2. A copy button will now be available under any Emojipedia.org search results in Google.
2020
* You may toggle the extension by clicking on it in the extensions toolbox and sliding the switch:
2121
<table>

0 commit comments

Comments
 (0)