Add links to BaseCamp's TODOs
Adds comment links to each TODO listed in the /todo_lists page.
What is Add links to BaseCamp's TODOs?
Add links to BaseCamp's TODOs is a Chrome extension developed by Maurizio De Magnis, and its main feature is "Adds comment links to each TODO listed in the /todo_lists page.".
Extension Screenshots
Download Add links to BaseCamp's TODOs Extension CRX File
Download Add links to BaseCamp's TODOs 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
Extension Basic Information
Name | Add links to BaseCamp's TODOs |
ID | ehlpallniimegfphleocbojlgcogmeng |
Official URL | https://chromewebstore.google.com/detail/add-links-to-basecamps-to/ehlpallniimegfphleocbojlgcogmeng |
Description | Adds comment links to each TODO listed in the /todo_lists page. |
File Size | 44.13 KB |
Installation Count | 12 |
Current Version | 0.1 |
Last Updated | 2012-05-31 |
Publish Date | 2012-05-31 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Maurizio De Magnis |
Payment Type | free |
Extension Website | https://github.com/olistik/chrome-ext-basecamp-todo-lists-links |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add links to BaseCamp's TODOs", "version": "0.1", "manifest_version": 2, "description": "Adds comment links to each TODO listed in the \/todo_lists page.", "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.basecamphq.com\/todo_lists" ], "js": [ "jquery.js", "content_script.js" ] } ] } |