Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marconlp/tab-sync
Manage and synchronize your tabs between devices and browsers.
https://github.com/marconlp/tab-sync
chrome javascript react
Last synced: 4 days ago
JSON representation
Manage and synchronize your tabs between devices and browsers.
- Host: GitHub
- URL: https://github.com/marconlp/tab-sync
- Owner: MarconLP
- Created: 2022-03-13T16:35:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T20:58:34.000Z (about 1 year ago)
- Last Synced: 2024-10-10T23:54:31.261Z (26 days ago)
- Topics: chrome, javascript, react
- Language: JavaScript
- Homepage:
- Size: 937 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tab-sync
#### Manage and synchronize your tabs between devices and browsers.
## Description
The tab-sync browser extension is written in React. It is being used to synchronize your tabs between different devices and browsers. It supports tabGroups.
## Screenshots
![](https://i.imgur.com/G4vKOLf.png)
# Installation instructions
## Chromium based browsers:
NOTE: You will have to repeat the following installation process to update the extension
1. Download the zip file ([latest release desirable](https://github.com/MarconLP/tab-sync/releases)).
2. Open the manage extensions page on your browser and turn on "Developer Mode".
3. Drag and drop `tab-sync.zip` into the manage extensions page.# Contributing
1. Clone this repository.
2. Open the manage extensions page on your browser and turn on "Developer Mode".
2. Drag and drop the repo folder into the manage extensions page.
3. Execute `npm i` & `npm --prefix popup i`.
4. Build the popup with `npm run watch`.