ChrisNZL / Fauxbar

An alternative to Chrome's Omnibox.
https://chrome.google.com/webstore/detail/fauxbar/hibkhcnpkakjniplpfblaoikiggkopka
MIT License
89 stars 13 forks source link

"Edit Bookmark" does not work #34

Closed seanryan-seanryan closed 5 years ago

seanryan-seanryan commented 6 years ago

The "Edit Bookmark" option in the new tab's Fauxbar address bar is faulty. It opens Chrome bookmarks, but the bookmark is never shown and the "Search bookmarks" field is blank. I noticed the URL generated by Fauxbar differs from the one Chrome generates when you type in the "Search bookmarks" field.

Chrome URL: chrome://bookmarks/?q=...webaddress... Fauxbar URL: chrome://bookmarks/?#q=...webaddress...

When you remove the "#" from "?#q=", then the bookmark search works: "Search bookmarks" field is populated and the bookmark is listed.

Thanks for a brilliant extension!

ChrisNZL commented 6 years ago

Thanks. Looks like Chrome changed their bookmarks query param.

ChrisNZL commented 5 years ago

Fixed in v1.8.0. Also made the bookmarks tab that opens be selected upon opening.

Will upload to Chrome Web Store soon.