Nordnet.se Darkmode

Darkmode css override for Nordnet

What is Nordnet.se Darkmode?

Nordnet.se Darkmode is a Chrome extension developed by finAppCreator, and its main feature is "Darkmode css override for Nordnet".

Extension Screenshots

screenshot

Download Nordnet.se Darkmode Extension CRX File

Download Nordnet.se 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

                        --
Works only on nordnet.se!

--

Skapar rätt känsla på Nordnet.se, darkmode! Ändring av färger på fonter samt bakrund för att få till en enkel darkmode känsla. 

--

Overrides css, font colors, backgrounds and hover. Simply set darkmode on nordnet.se Swedish stockmarket. 

---                    

Extension Basic Information

Name Nordnet.se Darkmode Nordnet.se Darkmode
ID hdpilkkfnebghfbpofhgdihpcginobel
Official URL https://chromewebstore.google.com/detail/nordnetse-darkmode/hdpilkkfnebghfbpofhgdihpcginobel
Description Darkmode css override for Nordnet
File Size 3.77 KB
Installation Count 29
Current Version 0.1.0
Last Updated 2020-10-19
Publish Date 2020-10-19
Developer finAppCreator
Email [email protected]
Payment Type free
Supported Languages sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nordnet.se Darkmode",
    "version": "0.1.0",
    "description": "Darkmode css override for Nordnet",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.nordnet.se\/*"
            ]
        }
    ]
}