Darkmode Patents
Creates a Dark-mode user interface for Google Patents
ما هو Darkmode Patents؟
Darkmode Patents هو إضافة Chrome تم تطويرها بواسطة Kaushik، والميزة الرئيسية لها هي "Creates a Dark-mode user interface for Google Patents".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Darkmode Patents
قم بتنزيل ملفات الامتداد Darkmode Patents بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } ] } |