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
官方網址 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"
            ]
        }
    ]
}