I'm working on converting <tweety> to a chrome ext...
# share-your-work
a
I'm working on converting tweety to a chrome extension (as it is much more secure), and it opens some cool new usecases. Ex: querying the chrome extension api from the shell !
s
Ooh! I've been trying and failing to get a chrome extension going for a while...I could see something like this being really useful as kind of like a REPL for in-development plugins. I've found it really tough to get into a flow where every minor change you need to re-package and then re-import the plugin, just to find you called the wrong method didn't request permissions for a certain thing...
a
Yeah definitely!
I can also see it becoming an alternative for userscripts. I added history search to the mix:
s
I’m not sure I know exactly what you mean by user scripts?
But also the history search is very cool
Have you also tried interacting with chrome’s built in LLM?
a
s
ahh i see
k
Does "chrome extension" mean that it doesn't work with Firefox any more?
a
It will also support firefox, I just started with chrome
I'm experimention with adding a way to trigger scripts from chrome context menus !
Another interesting api:
chrome.notifications