Mykhailo Onikiienko
Mykhailo Onikiienko

This will help solve problem of saving a large number of tabs.
`Ctrl + click` on 'Create new Group' input field - save and close all tabs
It would be great to have notifications about new questions/problems/etc which appears under the `Support` tab on the extension page in the Chrome Web Store.
Looks like the app uses token for encryption. And you have to use the same token in each Electerm instance to have access to encrypted settings. At least for Github....
TypeScript is not my language. So this part is supported by the community. I think `index.d.ts` may be improved. Just need to implement everything as described in [API docs](https://github.com/onikienko/use-chrome-storage#api). Will...
Since Chrome v102 we have `chrome.storage.session` - https://developer.chrome.com/docs/extensions/reference/storage/#storage-areas
Hi @karaggeorge Thank you for the package. I have an issue with `cancel()`. It never called. ```javaScript const process = selectWindow().then(console.log); process.cancel(); ``` Promise resolves only when the window is...