Darkmode Patents
Creates a Dark-mode user interface for Google Patents
Qu'est-ce que Darkmode Patents ?
Darkmode Patents est une extension Chrome développée par Kaushik, et sa fonction principale est "Creates a Dark-mode user interface for Google Patents".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Darkmode Patents
Téléchargez les fichiers d'extension Darkmode Patents au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Darkmode Patents |
ID | dcbnebjhpokibmljbhonakfhcmpkcgfl |
URL Officiel | https://chromewebstore.google.com/detail/darkmode-patents/dcbnebjhpokibmljbhonakfhcmpkcgfl |
Description | Creates a Dark-mode user interface for Google Patents |
Taille du Fichier | 13.74 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2021-06-17 |
Date de Publication | 2021-06-13 |
Développeur | Kaushik |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |