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.
What alternative do you use? vanilla JS + webpack?
I'm describing this issue here:
medium.com/litslink-frontend-devel...
Thanks for sharing was extremely helpful, for anyone using React + TypeScript you can use:
$npx create-react-app my-app --template typescriptin Stage 1 instead of$npx create-react-app extensionyou don need all these script.
To pass u u can create
.envfileand 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
What is the point of creating a
distfolder? why isbuildnot suitable by default?Good one! Thanks for posting.
How run script/build.sh on Windows?
You can type in your command prompt
bash ./script/build.shif you have git bash you can run
bash build.sh
Nice :D, It's very interesting
somebody copped this site from somebody lol
javascript.plainenglish.io/creatin...
Like it
thank you
Awesome!
Good article. Thanks. The extension should also work for Yandex browser.
Great article though :) and I definitely haven't tackled some questions like:
I'm going to introduce Firebase in my extension, any tips?
thank you