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
- Host: GitHub
- URL: https://github.com/vikbert/yitab
- Owner: vikbert
- Created: 2020-05-23T19:56:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:59:39.000Z (about 3 years ago)
- Last Synced: 2025-06-03T15:26:20.523Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 19.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
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"
---
## Getting started

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

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