Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelpt/sidewise
Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.
https://github.com/joelpt/sidewise
Last synced: 16 days ago
JSON representation
Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.
- Host: GitHub
- URL: https://github.com/joelpt/sidewise
- Owner: joelpt
- License: cc0-1.0
- Created: 2012-07-07T18:42:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T23:35:06.000Z (over 1 year ago)
- Last Synced: 2024-08-01T05:23:40.906Z (3 months ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 67
- Watchers: 18
- Forks: 13
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sidewise Tree Style Tabs
Persistent sidebar extension for Chrome featuring tree style tabs and tab hibernation.This is the initial public commit to Github of the Sidewise codebase.
## Building
```
npm install
npm install -g grunt
grunt
```The output is in `./dist`. You can open this folder directly using the "Load unpacked" button on chrome://extensions/ .
## License history
* Apr 4 2021: convert to Creative Commons Zero (CC0) license. All previously held copyrights released to public domain.
* Before Apr 4 2021: licensed under a modified MIT license by Joel Thornton .