Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mimieam/workspacelive
work space live - chrome extension
https://github.com/mimieam/workspacelive
browser-extension chrome-extension productivity
Last synced: 26 days ago
JSON representation
work space live - chrome extension
- Host: GitHub
- URL: https://github.com/mimieam/workspacelive
- Owner: Mimieam
- Created: 2020-04-18T05:58:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T04:01:35.000Z (11 months ago)
- Last Synced: 2024-04-09T21:52:23.305Z (7 months ago)
- Topics: browser-extension, chrome-extension, productivity
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/workspacelive/dlobignndchnmiaeeoldclglifpbdojo?hl=en&authuser=1
- Size: 2.61 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# workSpaceLive
meh, Just a simple tab manager with a few twists 🤷🏽♂️🫡
## [~ Functionalities ~]
- context Menu -
+ add an open Tab to a WS
+ create a WS from current browser window
- dragg and drop, sortable Tabs ( manually )
- list multiple available WS
- create a new WS from the current open windows
- save a new WS
- create a button to enable/disable live Mode
- live mode - mirror anything happening Window <=> Extention
+ in live Mode - delete_tab => closes the tab- Tab - Buttons:
+ could have a drop down with a few options to deal with Tabs
- send to window X
- close -> delete_tab remove it from the Window ( auto update the WS)
- open - bring in focus if Exist or Open a new Tab in the current Window## [~ Extras ~]
- page activity timer - how long have I stayed and Interacted with a page? if less than 2 min - schedule for being closed in 15 min- Create Open/Save workSpaces - in multiple contexts
```
a WorkeSpace ==> DragDropContext
a Window ==> Droppable
a Tab ==> Draggable
```