vscode:extension/xabikos.ReactSnippets In this above URL I'm hitting in my browser, It's open my VScode editor? How is this done by VScode developers? How can I try this in my Electron app? Where I can to learn this feature,If you have any demo app p...
EGirish commentedDoes this actually work?I'm using https://github.com/andyet/SimpleWebRTC to share a screen. The code works on a "chrome tab" website and the desired outcome of chrome asking me which screen to select happens. But when doing it from a new window/popup...
HTheSheriff commentedHi hackers. I've recently developed a chrome extension to track mutual funds (Indian Mutual Funds). There are around 120 weekly active users at this point. Although I developed this extension for fun and not for money, now I'm thinking if there's a w...
ZMd commentedWe have a chrome extension built using React. Today, since it's a tiny application, our testing is manual. It takes about 5 mins to perform a sanity test. I'd like to add unit testing and make it more robust. Would be interested to hear how you are ...
Join discussionWhen the recent infamous/famous popularity of https://www.sarahah.com/, I sought out to find ways to remove all the links and images while scrolling through my facebook feed as soon as they came into being (Using Mutation Observer API) with the help ...
Join discussionAnyone care to share their useful Chrome Extensions? Brief description of what it does, why you like it and if it's specific to any service (paid or free) or any language. Here are a few I use: Wappalyzer - see what tech a website uses Grid Ruler - d...
MSSENmahesh and 11 more commentedHi, i want to bass the blob object from background js to content script, asnow it looses its type and get converted into an empty object. from background.js var blobData = Blob{}; //here i have a blob object which was created at this page var fr = ne...
Join discussionHey, I was looking for a chrome extension which can open a youtube video in a popup window and i can stick it aside. After using it for a while I realized they are providing a feature called Toggle Youtube Ads. I am wondering is that possible with Yo...
DNash commentedHi, I am trying to make a simple screen-cast with chrome extension. As i never got into MediaStream stuff i am almost noob with it for now. So far i am done with Recording video and saving it and recording audio in same time but i have two different...
SSandeep commented