An open API service indexing awesome lists of open source software.

https://github.com/jaywood/basecamptagger

A Google Chrome Extension to emulate GitHub tagging in Basecamp
https://github.com/jaywood/basecamptagger

basecamp chrome-extension google tagging

Last synced: about 2 months ago
JSON representation

A Google Chrome Extension to emulate GitHub tagging in Basecamp

Awesome Lists containing this project

README

          

# WDS Basecamp Tagger

**Contributors:** [JayWood](http://github.com/JayWood), [ImBigWill](https://github.com/ImBigWill)
**License:** GPLv3

## About
This tagging extension is basically a glorified search/replace for Strings in Basecamp tasks. You can set your tags, labels and colors by right-clicking on the icon and selecting `Options`.

## Installing
* Download the package into a folder.
* Open your Chrome extensions via Settings
* Check `developer mode`
* Click `Load unpacked extension`
* Select the folder you just downloaded the package to.

> For a more detailed explanation w/ links, see [this article](http://techapple.net/2015/09/how-to-install-load-unpacked-extension-in-google-chrome-browser-os-chromebooks/).

## What this does not do.

This _currently_ does not allow you to tag items, as stated above this is a glorified search/replace. So you
still need to 'edit' basecamp task titles and input your own tags, this just makes it prettier and easier to read.

## Planned features
* Allowing tagging after clicking edit ( auto-insert tags )
* More? Idk, make an issue, let's see!

## Screenshots

_(Before enabling the Tagger)_
![after tagging](https://raw.githubusercontent.com/JayWood/BasecampTagger/master/.github/before-tagger.png)

_(After enabling the Tagger)_
![after tagging](https://raw.githubusercontent.com/JayWood/BasecampTagger/master/.github/after-tagger.png)

_(Options page)_
![Options Page](https://raw.githubusercontent.com/JayWood/BasecampTagger/master/.github/options.png)