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
Eメール [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"
            ]
        }
    ]
}