Darkmode Patents

Creates a Dark-mode user interface for Google Patents

什么是Darkmode Patents?

Darkmode Patents是由Kaushik开发的Chrome扩展程序,该扩展的主要功能是“Creates a Dark-mode user interface for Google Patents”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Darkmode Patents扩展crx文件

下载Darkmode Patents扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Darkmode Patents Darkmode Patents
ID dcbnebjhpokibmljbhonakfhcmpkcgfl
官方URL https://chromewebstore.google.com/detail/darkmode-patents/dcbnebjhpokibmljbhonakfhcmpkcgfl
简介 Creates a Dark-mode user interface for Google Patents
文件大小 13.74 KB
安装次数 51
当前版本 0.0.0.1
更新时间 2021-06-17
上架时间 2021-06-13
开发者 Kaushik
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}