Darkmode Patents

Creates a Dark-mode user interface for Google Patents

Darkmode Patents là gì?

Darkmode Patents là một tiện ích mở rộng Chrome được phát triển bởi Kaushik, và tính năng chính của nó là "Creates a Dark-mode user interface for Google Patents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Darkmode Patents

Tải xuống các tệp mở rộng Darkmode Patents dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Darkmode Patents Darkmode Patents
ID dcbnebjhpokibmljbhonakfhcmpkcgfl
URL Chính Thức https://chromewebstore.google.com/detail/darkmode-patents/dcbnebjhpokibmljbhonakfhcmpkcgfl
Mô tả Creates a Dark-mode user interface for Google Patents
Kích Thước Tệp 13.74 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-06-17
Ngày Phát Hành 2021-06-13
Nhà Phát Triển Kaushik
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}