Hi community,
I'm trying to figure out how to add chrome extensions (like they're found in the
chrome webstore) to TiddlyDesktop
I've found some information about how to load extensions in nw.js (TD is based on nw.js)
We can also open the "extensions" page from within TD by pressing "F12" for the developer console, then opening the console and typing:
this.document.location = "chrome://extensions"
This opens the chrome extensions tab. There's the "developer mode" that would allow to load unpacked extensions (for example downloaded .zip from a github repo, like for above-mentioned search-extension:
https://github.com/brandon1024/find).
But my TiddlyDesktop chrashes if I try to activate developer mode.
I just made this thread to gather resources and to find others that are interested in this, too.
BTC