Basecamp DarkMode

Unofficial DarkMode for Basecamp, since they don't provide one.

What is Basecamp DarkMode?

Basecamp DarkMode is a Chrome extension developed by https://web3point.co, and its main feature is "Unofficial DarkMode for Basecamp, since they don't provide one.".

Extension Screenshots

screenshot
screenshot

Download Basecamp DarkMode Extension CRX File

Download Basecamp DarkMode 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

                        The platform 'Basecamp' doesn't not provide Dark Mode. This extension injects a new CSS stylesheet (in simple terms that means changing/updating colors). This extension is the unofficial dark mode for Basecamp. There is no JavaScript involved whatsoever and just contains CSS.

UPDATE 0.1.1 - 14 Feb 2021
- Fixed box shadow for project panels
- Fixed box shadow for project avatars
- Fixed box shadow for breadcrumbs                    

Extension Basic Information

Name Basecamp DarkMode Basecamp DarkMode
ID enfhnakmhenplngogenaoklammmlnpoa
Official URL https://chromewebstore.google.com/detail/basecamp-darkmode/enfhnakmhenplngogenaoklammmlnpoa
Description Unofficial DarkMode for Basecamp, since they don't provide one.
File Size 13.91 KB
Installation Count 306
Current Version 0.1.1
Last Updated 2021-02-15
Publish Date 2021-02-04
Rating 5.00/5 Total 5 Ratings
Developer https://web3point.co
Email [email protected]
Payment Type free
Extension Website https://web3point.co
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basecamp DarkMode",
    "version": "0.1.1",
    "description": "Unofficial DarkMode for Basecamp, since they don't provide one.",
    "icons": {
        "16": "icon-bc-16.png",
        "48": "icon-bc-48.png",
        "128": "icon-bc-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/*.basecamp.com\/*"
            ]
        }
    ]
}