An open API service indexing awesome lists of open source software.

https://github.com/vikbert/yitab

My Chrome Extension to free the memory of chrome and manage all open tabs in one tab. An enriched alternative to famous extension: OneTab
https://github.com/vikbert/yitab

Last synced: 9 months ago
JSON representation

My Chrome Extension to free the memory of chrome and manage all open tabs in one tab. An enriched alternative to famous extension: OneTab

Awesome Lists containing this project

README

          



logo


YiTab



A chrome extension created with React + Typescript.



YiTab allows you to free the chrome memory and save all open Tabs with just one click. You can restore all the URLs with one click, too. It can be very helpful, if you wanna clean up a couple of open Tabs, without losing all of them.

I build it to do some experiment with React + TypeScript. Have a fun with it.

"Yi" means "One" in Chinese. This application is my react clone to the famous chrome plugin "OneTab"




PRs Welcome


MIT License


---

## Getting started
![](img/app.png)
1. Complete the steps to build the project above
2. Go to [_chrome://extensions_](chrome://extensions) in Google Chrome
3. With the developer mode checkbox ticked, click **Load unpacked extension...** and select the `dist` folder to load the extension

![](img/howto.png)

## Building and Development

1. Clone repository
2. `npm i`
3. `npm run dev` to compile once or `npm run watch` to run the dev task in watch mode
4. `npm run build` to build a production (minified) version