Basecamp UI Improvements
This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.
What is Basecamp UI Improvements?
Basecamp UI Improvements is a Chrome extension developed by Unknown, and its main feature is "This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.".
Extension Screenshots
Download Basecamp UI Improvements Extension CRX File
Download Basecamp UI Improvements 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
This extension provides improvements to the Basecamp UI by providing: - The ability to toggle lists - Highlight for your tasks - Highlighting for any user's tasks
Extension Basic Information
Name | |
ID | fdlabbfioiidmnaohngiogiplknllkef |
Official URL | https://chromewebstore.google.com/detail/basecamp-ui-improvements/fdlabbfioiidmnaohngiogiplknllkef |
Description | This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks. |
File Size | 745 KB |
Installation Count | 62 |
Current Version | 0.1.2 |
Last Updated | 2017-04-18 |
Publish Date | 2017-04-18 |
Developer | Unknown |
Payment Type | free |
Extension Website | http://dsgnwrks.pro/tag/basecamp/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basecamp UI Improvements", "description": "This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.", "version": "0.1.2", "content_scripts": [ { "matches": [ "https:\/\/3.basecamp.com\/*" ], "js": [ "jquery-3.1.1.min.js", "basecamp3-ui-improvements.min.js" ] }, { "matches": [ "https:\/\/basecamp.com\/*" ], "js": [ "jquery-3.1.1.min.js", "basecamp-ui-improvements.min.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |