familyfriendlymikey / fuzzyhome

A Chrome extension that turns your new tab page into a fuzzy finding command palette.
https://chrome.google.com/webstore/detail/fuzzyhome/lbnndgaohjkpbaekakcdfeiacagfcinf
32 stars 3 forks source link

chrome protocol bookmarks don't work #9

Closed jlabedzki closed 1 year ago

jlabedzki commented 1 year ago

Bookmarking chrome://extensions doesn't work. Not sure if this is a limitation of chrome or the app itself. Was gunna poke around and try to make a PR but not familiar with imba.

Awesome extension btw.

familyfriendlymikey commented 1 year ago

Yeah I think that's a Chrome thing, I wanted this too but I don't think there is a way to implement it. Even in raw html if you click a simple link like this it will throw:

<a href='chrome://extensions'>go</a>

That said if somebody does find a workaround I'm happy to implement it.

And thank you :)