I know this vid is over 3 years old, but I'm hoping you see this. I tried editing the code, so that it displays an html page with js that I made. However, when I open the extension, all that displays is a white square. The html page works normally as a website. Can you please tell me how I can add my code to the extention??
How to open a "popup dialog" not from the extension icon but directly on the page? I mean I want to select a text and after selection completed I want to see small popup on the page with some info of selection.
Are you referring to an alert box? Or an actual bit of html that is loaded onto the current page? If it's the second one, then I think his next video (in the playlist) should cover that.
i want to build a chrome extension in such a way that it only works if the browser url contains some string. Ex if url contains " codingTrain" i want to show the extension if URL doesn't contain "codingTrain" i dont want to show the extension.
well i know this is kinda unrelated but ill give it a shot anyway.. - do u dwell in the science of networking? I'd love to see some networking action on this channel! love you btw
Hello, I'm trying to make a popup for a long time, which when opening the script loads (succeeded) I also need to click on the button in the popup the click function in the page to $('.sx_f0c0f8').click() example. ... please help me if u know make it.. poossile make and send me link? Thank you
Hi, this is unrelated to the video but i am creating a shoot them up like video game with p5.js and i'm trying to do a combo system for wich the combo values would pop time to time in the canvas, so i was wondering, using the text method of p5 if there is a way to kinda fade out the text because i didnt find how to do it in the ref!
You want the text to fade out? Try creating a variable for the alpha in the text's fill() and making a loop that lowers that alpha. So something like (And this is going to be not at all optimal because I'm not great at this yet myself but the concept is right): let TextAlpha = 255 fill(255, 0 , 0, TextAlpha); text('Combo Bonus!') //Or whatever while (TextAlpha > 0) { TextAlpha = TextAlpha - 10; //You'll have to adjust the amount you lower the alpha in order to get the desired fade out time }
No problem. I'm /u/tehnod on Reddit. You should get on the coding train sub. The people there are awesome about answering questions and stuff. Same with the discord channel.
This is too easy to debug a popup page. You have two options: 1. Open the popup, right-click the page and "Inspect". 2. Since you checked "Developer mode", you can simply right-click the popup and "Inspect popup".
How beautiful it is that someone who has so much experience in coding getting excited by the smallest details. Lots of love to Dan
lol, who need stack-overflow when you've got Dan's note wall.
As usual great content man. Born to be teacher.
I just did not skip ad on video, just to support you Dan. :)
I was just going through the comments to see anyone like me. I too didn't want to skip the ads.
Now I feel bad for skipping 😔
Next time.....good thing Dan made tons of videos
lol it's 2022 and ppl still watching this tutorial. Good Job man. Thank you for your time.
watching these chrome extension vids - love them all :)
This is such a useful and informative series Daniel, thankyou!!
If you are having issues in 2024, note that it is no longer "broswer_action" and only "action" in the latest version of Chrome extensions.
You man bring happines in any coding experience 😂 thank you for being such positive and helpful
Pls help me
Does there have a way to stop the popup refresh after every time we click?
I know this vid is over 3 years old, but I'm hoping you see this. I tried editing the code, so that it displays an html page with js that I made. However, when I open the extension, all that displays is a white square. The html page works normally as a website. Can you please tell me how I can add my code to the extention??
Maybe do a video about browser/chrome push notifications
Can be open chrome extension popup programmatically without clicking on extention popup if yes than how??
Hello, I have been looking for an answer for this question too. If you have found something helpful please tell me.
how do I put textboxes in the pop-up that allows the user to edit certain parts of my code like edit the rgb colors for "change background color" ?
man!!! u r awesome
I created a popup to start a timer, but when I leave the popup, the timer reset. How do I fix that ?
Exceptionally excellent!
Thank you!
What if I just want only a link to a web url? So when someone is clicking the small icon a new website in a a new window will open.
isnt working for me it keeps saying theres issues
How to open a "popup dialog" not from the extension icon but directly on the page? I mean I want to select a text and after selection completed I want to see small popup on the page with some info of selection.
Are you referring to an alert box? Or an actual bit of html that is loaded onto the current page? If it's the second one, then I think his next video (in the playlist) should cover that.
Nice one! THX from Belarus :D
how do I inject js into the popup?
9:36 "Inspect" isn't special to the pop-up or anything, it's also just another way to view the console on a normal web page.
ok?
Love from India
i want to build a chrome extension in such a way that it only works if the browser url contains some string. Ex if url contains "
codingTrain" i want to show the extension if URL doesn't contain "codingTrain" i dont want to show the extension.
Sir I want to create popup window in chrome to edit url directly from popup by using numeric key board. Plz help me..
Is there a way to have the popup show up automatically instead of the user having to click the icon?
Do you know how to reveal who ask you a question in profoundly?
well i know this is kinda unrelated but ill give it a shot anyway.. - do u dwell in the science of networking? I'd love to see some networking action on this channel! love you btw
Yes, look for my node tutorials!
Is there a setting that will prevent the page from being refreshed every time you click?
Hello, I'm trying to make a popup for a long time, which when opening the script loads (succeeded) I also need to click on the button in the popup the click function in the page to $('.sx_f0c0f8').click() example. ... please help me if u know make it.. poossile make and send me link? Thank you
Cool!...Does Coding Train have notes ?
Hi, this is unrelated to the video but i am creating a shoot them up like video game with p5.js and i'm trying to do a combo system for wich the combo values would pop time to time in the canvas, so i was wondering, using the text method of p5 if there is a way to kinda fade out the text because i didnt find how to do it in the ref!
You want the text to fade out? Try creating a variable for the alpha in the text's fill() and making a loop that lowers that alpha. So something like (And this is going to be not at all optimal because I'm not great at this yet myself but the concept is right):
let TextAlpha = 255
fill(255, 0 , 0, TextAlpha);
text('Combo Bonus!') //Or whatever
while (TextAlpha > 0) {
TextAlpha = TextAlpha - 10; //You'll have to adjust the amount you lower the alpha in order to get the desired fade out time
}
that seems about right, gonna try it thanks :)
No problem. I'm /u/tehnod on Reddit. You should get on the coding train sub. The people there are awesome about answering questions and stuff. Same with the discord channel.
you rock...great energy
this is very informative
but
how to run java project in crome extension?? i need guidance as well information. can anyone suggest me
Can any dude tell me why his background display is so clear???
Hey Dan,
Kindly upload videos for web scrapping/crawling in p5js
Thank you
This is a mad person.
Please a video about multi language feature of chrome extensions
i LOVEEE YOUUUUUUUUUUUUUUUU
G.O.A.T
the problem is not how to make a pop-up but how to block a pop-up.
Try to make a pop up that you change Facebook navbar using it
Take a shot every time he says popup :)
Just type html in atom editor and press enter......whole basic HTML tags will come..
I love you
This is too easy to debug a popup page.
You have two options:
1. Open the popup, right-click the page and "Inspect".
2. Since you checked "Developer mode", you can simply right-click the popup and "Inspect popup".