Mykhailo Onikiienko

Results 25 issues of Mykhailo Onikiienko

![unnamed](https://cloud.githubusercontent.com/assets/3234928/7792416/b194c78a-02ba-11e5-934b-5b042905f89a.gif)

This will help solve problem of saving a large number of tabs.

enhancement

`Ctrl + click` on 'Create new Group' input field - save and close all tabs

feature
maybe

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.

enhancement

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....

need investigate

enhancement

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...

good first issue

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...