Hi community, I'm trying to figure out how to add chrome extensions (like they're found in the chrome webstore <https://chrome.google.com/webstore/category/extensions>) to TiddlyDesktop
There are some useful extensions, most notable some search bars that search the page, like this one: https://chrome.google.com/webstore/detail/find%2B-regex-find-in-page/fddffkdncgkkdjobemgbpojjeffmmofb 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've found more information for loading extensions here: https://github.com/nwjs/nw.js/wiki/third-party-browser-plugins I just made this thread to gather resources and to find others that are interested in this, too. BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fd173da0-6660-4971-ab13-16db502afb5b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

