The newly added Chrome tab search widget definitely makes it easier to search and switch tabs, but it is still very much limited to just active tabs.
UnTab can search through tabs, history, bookmarks (as long as permission is given), and can also help in performing common browser actions quickly without leaving the keyboard.
Along with this, the Plugins API that I'm building for UnTab is fairly powerful at this stage and would allow the community to add other useful actions and tools to the extension that I couldn't think of on my own.
Yes, I am trying to reduce the requested permissions to the point where the user allows the necessary permissions for some feature of UnTab to run if they need it.
"can read and modify data on all pages" particularly cannot be removed as that is what allows UnTab search interface to show up on the pages.
network communication is again mainly for showing instant answers from DuckDuckGo searches which can be enabled if user needs it.
Will keep an eye out on other permissions if they can be minimized.
UnTab can search through tabs, history, bookmarks (as long as permission is given), and can also help in performing common browser actions quickly without leaving the keyboard. Along with this, the Plugins API that I'm building for UnTab is fairly powerful at this stage and would allow the community to add other useful actions and tools to the extension that I couldn't think of on my own.
Yes, I am trying to reduce the requested permissions to the point where the user allows the necessary permissions for some feature of UnTab to run if they need it.
"can read and modify data on all pages" particularly cannot be removed as that is what allows UnTab search interface to show up on the pages. network communication is again mainly for showing instant answers from DuckDuckGo searches which can be enabled if user needs it.
Will keep an eye out on other permissions if they can be minimized.