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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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" ] } ] } |