Darkmode Patents

Creates a Dark-mode user interface for Google Patents

What is Darkmode Patents?

Darkmode Patents is a Chrome extension developed by Kaushik, and its main feature is "Creates a Dark-mode user interface for Google Patents".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Darkmode Patents Extension CRX File

Download Darkmode Patents 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

                        Automatically creates a Dark-Mode user interface for any patent that is opened in Google Patents. It is essentially an eye care extension for Intellectual Property professionals who spend their workdays reading patents.

Advantages: Reduces screen blue/white light emission, Improves patent text navigation, 'Priority date' highlighted in color, Colored differentiation of Independent and Dependent claims.

DarkMode Patents doesn't send any data anywhere and works locally on your browser.                    

Extension Basic Information

Name Darkmode Patents Darkmode Patents
ID dcbnebjhpokibmljbhonakfhcmpkcgfl
Official URL https://chromewebstore.google.com/detail/darkmode-patents/dcbnebjhpokibmljbhonakfhcmpkcgfl
Description Creates a Dark-mode user interface for Google Patents
File Size 13.74 KB
Installation Count 51
Current Version 0.0.0.1
Last Updated 2021-06-17
Publish Date 2021-06-13
Developer Kaushik
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Darkmode Patents",
    "version": "0.0.0.1",
    "description": "Creates a Dark-mode user interface for Google Patents",
    "author": "Kaushik Mitra",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/patents.google.com\/*",
                "https:\/\/google.com\/patents\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}