When I moved to Edge weeks ago, I found there's no built-in strong password generator in Edge. Then I decide write one for it.
Most of the extensi...
For further actions, you may consider blocking this person and/or reporting abuse
Hi, I've created a repo in order to skip having to do these steps which I aim to maintain in case anyone is interested. You can check out the github repo
or just try it out:
or for typescript support
Thanks u
Can you add some examples in your readme like I am trying to make my own BlockSite extension, just for fun.
Reactjs in a chrome extension completely ruins the built in message passing capabilities. I found that using reactJS for my popup, background, and content scripts meant none of the 3 parts could talk to each other anymore.
I'm describing this issue here:
medium.com/litslink-frontend-devel...
What alternative do you use? vanilla JS + webpack?
Thanks for sharing was extremely helpful, for anyone using React + TypeScript you can use:
$npx create-react-app my-app --template typescript
in Stage 1 instead of$npx create-react-app extension
you don need all these script.
To pass u u can create
.env
fileand for move file
Why did you change generate sourcemap to false?
Hello, how could I include an Image in the Popup? I'm trying to include a button in the Popup with an image as the button but I can't figure out how to import the image. The source image file isn't reachable by the Popup. Thanks
How run script/build.sh on Windows?
if you have git bash you can run
bash build.sh
You can type in your command prompt
bash ./script/build.sh
Nice :D, It's very interesting
What is the point of creating a
dist
folder? why isbuild
not suitable by default?Good one! Thanks for posting.
somebody copped this site from somebody lol
javascript.plainenglish.io/creatin...
Good article. Thanks. The extension should also work for Yandex browser.
Awesome!
thank you
Like it
I'm going to introduce Firebase in my extension, any tips?
Great article though :) and I definitely haven't tackled some questions like:
thank you