Docs Dark 2.0
Dark Theme for Docs with high contrast!
Wat is Docs Dark 2.0?
Docs Dark 2.0 is een Chrome-extensie ontwikkeld door Ameya Lambat, en de belangrijkste functie is "Dark Theme for Docs with high contrast!".
Extensie Screenshots
Download het CRX-bestand van de extensie Docs Dark 2.0
Download Docs Dark 2.0-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Dark Theme 2.0 with improved UI and higher contrast for Docs. Users can view their document with the background in high contrast dark mode that makes the experience easy on the eyes and keeps the document untouched! V 0.0.13
Basisinformatie over de Extensie
Naam | Docs Dark 2.0 |
ID | djmmkojigpkdagglmjjdjiddopgdchcn |
Officiële URL | https://chromewebstore.google.com/detail/docs-dark-20/djmmkojigpkdagglmjjdjiddopgdchcn |
Beschrijving | Dark Theme for Docs with high contrast! |
Bestandsgrootte | 24.93 KB |
Aantal Installaties | 799 |
Huidige Versie | 0.0.13 |
Laatst Bijgewerkt | 2022-09-25 |
Publicatiedatum | 2022-09-25 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ameya Lambat |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Docs Dark 2.0", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/docs.google.com\/document\/*" ] } ], "description": "Dark Theme for Docs with high contrast!", "icons": { "128": "icon_128.png" }, "permissions": [ "storage" ], "version": "0.0.13", "web_accessible_resources": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "resources": [ "css\/dark_theme.css" ] } ], "manifest_version": 3 } |