Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronbushnell/basecamp-enhancer
โฐ Enhance your Basecamp 3 experience!
https://github.com/aaronbushnell/basecamp-enhancer
basecamp3 chrome-extension
Last synced: about 1 month ago
JSON representation
โฐ Enhance your Basecamp 3 experience!
- Host: GitHub
- URL: https://github.com/aaronbushnell/basecamp-enhancer
- Owner: aaronbushnell
- Created: 2020-03-04T14:44:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T12:45:09.000Z (about 2 years ago)
- Last Synced: 2024-04-15T01:24:09.845Z (8 months ago)
- Topics: basecamp3, chrome-extension
- Language: JavaScript
- Size: 155 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# โฐ Basecamp Enhancer
A Google Chrome extension to super power your Basecamp 3 experience
## ๐ผ Screenshots
![Promo](images/promo.png)
## ๐งพ Functionality
- [x] Adds a bordered bar to the top of your screen themed to your Basecamp selection
- [x] Swaps out the generic Basecamp logo with the company name
- [x] Make the toolbar sticky as the user scrolls the page## ๐ฆ Installing
### โ Stable from Chrome Web Store
[The Chrome Web Store](https://chrome.google.com/webstore/detail/basecamp-enhancer/hllgadpbecmjmfbjpclnjhlppanhalmk) contains the latest stable version of the extension.### ๐ Beta from GitHub
You can optionally run the beta by directly installing the extension within Chrome. To install:1. Download [the zip of the project](https://github.com/aaronbushnell/basecamp-enhancer/archive/master.zip)
2. Unzip the project (but do not delete the folder after finishing the install; Chrome continues to read from this location)
3. Navigate your browser to the [Extensions](chrome://extensions/) panel `chrome://extensions/`
4. Turn on "Developer mode"
5. Drag the unzipped folder to the window and allow Chrome to finish the installation## ๐ Changelog
- **1.3.2**: Fix selectors to ensure logo is properly hidden
- **1.3.1**: Fix selectors to ensure todo list details are pulled in. Address sticky toolbar to prevent it from disallowing click-thrus to todo details
- **1.3.0**: Fix color schemes for logo and conditionally show logo for better tablet/mobile experiences
- **1.2.1**: Prevent a variety of events from re-firing on navigation change
- **1.2.0**: Run events on Turbolink navigation changes; Add list details to todo items; Fix client visibility bubble placement
- **1.1.0**: Make toolbar sticky as the user scrolls the page
- **1.0.1**: Small bug fixes to correct when the extension fires on the page
- **1.0.0**: Initial release