Update: Published to the Chrome Store!
Latest build and GitHub!
After I pushed out my first version of Prompt Droid (née Prompt Drawer) a couple of weeks ago, I had a couple of realizations:

- Someone already published an extension named “Prompt Drawer” that did something similar to mine (though I like the way mine works better), so I needed a new name.
- EVERYTHING related to the word “prompt” is used already: the ones you’d expect, like Prompty or PromptBox and even more esoteric ones like El Prompto. Prompt Droid was not, however, so one find-and-replace in my code later and here we are.
- It was really bothering me that the extension wouldn’t work on Copilot. I did a lot of digging and learned that I’d built the extension in the entirely wrong way, that I needed to implement it as a popup instead of having it embedded in the page itself (which some sites, including Copilot, forcibly block).
- It took a village of AI tools to help get it where I wanted it. I used Claude as my main toolset, Gemini 3 to help with some code iteration, and Copilot was actually able to tell me why it wasn’t working on… Copilot. Physician, know thyself.
So here we are, Prompt Droid has been rewritten and fixed up so that it now works anywhere. As always, please let me know if you find any bugs.





Leave a comment