Darkmode Patents

Creates a Dark-mode user interface for Google Patents

Was ist Darkmode Patents?

Darkmode Patents ist eine Chrome-Erweiterung, die von Kaushik entwickelt wurde, und ihr Hauptmerkmal ist "Creates a Dark-mode user interface for Google Patents".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Darkmode Patents-Erweiterungs-CRX-Datei herunterladen

Laden Sie Darkmode Patents-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Darkmode Patents Darkmode Patents
ID dcbnebjhpokibmljbhonakfhcmpkcgfl
Offizielle URL https://chromewebstore.google.com/detail/darkmode-patents/dcbnebjhpokibmljbhonakfhcmpkcgfl
Beschreibung Creates a Dark-mode user interface for Google Patents
Dateigröße 13.74 KB
Installationsanzahl 51
Aktuelle Version 0.0.0.1
Letztes Update 2021-06-17
Veröffentlichungsdatum 2021-06-13
Entwickler Kaushik
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}