Basecamp ToDo segments

Add headings inside todo lists in basecamp.

What is Basecamp ToDo segments?

Basecamp ToDo segments is a Chrome extension developed by https://dl.dropbox.com/u/1903617/mlabs, and its main feature is "Add headings inside todo lists in basecamp.".

Extension Screenshots

screenshot

Download Basecamp ToDo segments Extension CRX File

Download Basecamp ToDo segments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can add headings inside Todo lists on Basecamp by creating a Todo item which contains the following pattern.

-- TITLE ----------------------------------------------------------------

So, 2 dashes [space] TITLE [space] 74 dashes (or just copy paste the thing and replace TITLE)

This is the first working version. Next versions will have better redraw capabilities.                    

Extension Basic Information

Name Basecamp ToDo segments Basecamp ToDo segments
ID jbjkpbokjmmopkbmpdikjnbfpcpgnahp
Official URL https://chromewebstore.google.com/detail/basecamp-todo-segments/jbjkpbokjmmopkbmpdikjnbfpcpgnahp
Description Add headings inside todo lists in basecamp.
File Size 319 KB
Installation Count 67
Current Version 1.0.5
Last Updated 2013-01-23
Publish Date 2013-01-23
Developer https://dl.dropbox.com/u/1903617/mlabs
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Basecamp ToDo segments",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "48": "basecamp-icon48.png",
        "128": "basecamp-icon128.png"
    },
    "description": "Add headings inside todo lists in basecamp.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.basecamp.com\/*"
            ],
            "js": [
                "jquery.js",
                "content-script.js"
            ]
        }
    ]
}